Home
last modified time | relevance | path

Searched refs:zzjson_create_true (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/com32/modules/
Dzzjson.c49 zzjson_create_true(&config), in main()
90 tmp = zzjson_array_prepend(&config, tmp, zzjson_create_true(&config)); in main()
/external/syslinux/com32/gplinclude/zzjson/
Dzzjson.h94 ZZJSON *zzjson_create_true(ZZJSON_CONFIG *config);
/external/syslinux/com32/hdt/
Dhdt-dump.h61 …ol_true(name) *item = zzjson_object_append(config, *item, (char *)name, zzjson_create_true(config))
/external/syslinux/com32/gpllib/zzjson/
Dzzjson_create.c25 ZZJSON *zzjson_create_true(ZZJSON_CONFIG *config) { in zzjson_create_true() function