#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "hpcfmt.h"
#include "hpcio.h"
#include <include/uint.h>
Go to the source code of this file.
|
int | hpcfmt_str_fread (char **str, FILE *infs, hpcfmt_alloc_fn alloc) |
|
int | hpcfmt_str_fwrite (const char *str, FILE *outfs) |
|
void | hpcfmt_str_free (const char *str, hpcfmt_free_fn dealloc) |
|
int | hpcfmt_fread (void *data, size_t size, FILE *infs) |
|
int | hpcfmt_fwrite (void *data, size_t size, FILE *outfs) |
|
int | hpcfmt_nvpair_fwrite (hpcfmt_nvpair_t *nvp, FILE *fs) |
|
int | hpcfmt_nvpairs_vfwrite (FILE *out, va_list args) |
|
int | hpcfmt_nvpair_fread (hpcfmt_nvpair_t *inp, FILE *infs, hpcfmt_alloc_fn alloc) |
|
int | hpcfmt_nvpair_fprint (hpcfmt_nvpair_t *nvp, FILE *fs, const char *pre) |
|
int | hpcfmt_nvpairList_fread (HPCFMT_List(hpcfmt_nvpair_t) *nvps, FILE *infs, hpcfmt_alloc_fn alloc) |
|
int | hpcfmt_nvpairList_fprint (const HPCFMT_List(hpcfmt_nvpair_t) *nvps, FILE *fs, const char *pre) |
|
const char * | hpcfmt_nvpairList_search (const HPCFMT_List(hpcfmt_nvpair_t) *nvps, const char *name) |
|
void | hpcfmt_nvpairList_free (HPCFMT_List(hpcfmt_nvpair_t) *nvps, hpcfmt_free_fn dealloc) |
|
◆ hpcfmt_fread()
int hpcfmt_fread |
( |
void * |
data, |
|
|
size_t |
size, |
|
|
FILE * |
infs |
|
) |
| |
◆ hpcfmt_fwrite()
int hpcfmt_fwrite |
( |
void * |
data, |
|
|
size_t |
size, |
|
|
FILE * |
outfs |
|
) |
| |
◆ hpcfmt_nvpair_fprint()
int hpcfmt_nvpair_fprint |
( |
hpcfmt_nvpair_t * |
nvp, |
|
|
FILE * |
fs, |
|
|
const char * |
pre |
|
) |
| |
◆ hpcfmt_nvpair_fread()
◆ hpcfmt_nvpair_fwrite()
◆ hpcfmt_nvpairList_fprint()
◆ hpcfmt_nvpairList_fread()
◆ hpcfmt_nvpairList_free()
◆ hpcfmt_nvpairList_search()
◆ hpcfmt_nvpairs_vfwrite()
int hpcfmt_nvpairs_vfwrite |
( |
FILE * |
out, |
|
|
va_list |
args |
|
) |
| |
◆ hpcfmt_str_fread()
◆ hpcfmt_str_free()
◆ hpcfmt_str_fwrite()
int hpcfmt_str_fwrite |
( |
const char * |
str, |
|
|
FILE * |
outfs |
|
) |
| |