Searched defs:ZZJSON (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/com32/gplinclude/zzjson/
H A Dzzjson.h0 /* ZZJSON - Copyright (C) 2008 by Ivo van Poorten
60 typedef struct ZZJSON { struct
65 struct ZZJSON *val;
68 struct ZZJSON *val;
80 struct ZZJSON *next;
81 } ZZJSON; typedef in typeref:struct:ZZJSON
85 ZZJSON *zzjson_parse(ZZJSON_CONFIG *config);
86 void zzjson_free(ZZJSON_CONFIG *config, ZZJSON *zzjson);
87 int zzjson_print(ZZJSON_CONFIG *config, ZZJSON *zzjson);
89 ZZJSON *zzjson_object_find_labe
[all...]

Completed in 162 milliseconds