HomeSort by relevance Sort by last modified time
    Searched refs:ZZJSON_CONFIG (Results 1 - 20 of 20) sorted by null

  /external/syslinux/com32/gplinclude/zzjson/
zzjson.h 31 typedef struct ZZJSON_CONFIG {
45 } ZZJSON_CONFIG;
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);
94 ZZJSON *zzjson_create_true(ZZJSON_CONFIG *config);
95 ZZJSON *zzjson_create_false(ZZJSON_CONFIG *config);
96 ZZJSON *zzjson_create_null(ZZJSON_CONFIG *config);
97 ZZJSON *zzjson_create_number_d(ZZJSON_CONFIG *config, double d);
98 ZZJSON *zzjson_create_number_i(ZZJSON_CONFIG *config, long long i)
    [all...]
  /external/syslinux/com32/hdt/
hdt-dump.h 68 void print_and_flush(ZZJSON_CONFIG *config, ZZJSON **item);
70 void flush (ZZJSON_CONFIG *config, ZZJSON ** item);
73 void dump_cpu(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item);
74 void dump_pxe(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item);
75 void dump_syslinux(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item);
76 void dump_vpd(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item);
77 void dump_vesa(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item);
78 void dump_disks(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item);
79 void dump_dmi(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item);
80 void dump_memory(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item)
    [all...]
hdt-dump-syslinux.c 33 void dump_syslinux(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) {
hdt-dump-hdt.c 33 void dump_hdt(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) {
hdt-dump-vpd.c 32 void dump_vpd(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) {
hdt-dump-kernel.c 32 void dump_kernel(struct s_hardware *hardware, ZZJSON_CONFIG * config,
hdt-dump-memory.c 33 void dump_88(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) {
50 void dump_e801(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) {
71 void dump_e820(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) {
123 void dump_memory(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) {
hdt-dump-acpi.c 32 void show_header(char *name, void *address, s_acpi_description_header *h, ZZJSON_CONFIG *config, ZZJSON **item)
83 void dump_rsdt(s_acpi * acpi, ZZJSON_CONFIG * config, ZZJSON ** item)
103 void dump_xsdt(s_acpi * acpi, ZZJSON_CONFIG * config, ZZJSON ** item)
123 void dump_fadt(s_acpi * acpi, ZZJSON_CONFIG * config, ZZJSON ** item)
143 void dump_dsdt(s_acpi * acpi, ZZJSON_CONFIG * config, ZZJSON ** item)
163 void dump_sbst(s_acpi * acpi, ZZJSON_CONFIG * config, ZZJSON ** item)
183 void dump_ecdt(s_acpi * acpi, ZZJSON_CONFIG * config, ZZJSON ** item)
203 void dump_hpet(s_acpi * acpi, ZZJSON_CONFIG * config, ZZJSON ** item)
223 void dump_tcpa(s_acpi * acpi, ZZJSON_CONFIG * config, ZZJSON ** item)
243 void dump_mcfg(s_acpi * acpi, ZZJSON_CONFIG * config, ZZJSON ** item
    [all...]
hdt-dump-disks.c 33 ZZJSON_CONFIG *config;
77 void show_disk(struct s_hardware *hardware, ZZJSON_CONFIG *conf, ZZJSON **it, int drive) {
124 void dump_disks(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) {
hdt-dump-cpu.c 32 void dump_cpu(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) {
hdt-dump-dmi.c 32 void dump_hardware_security(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) {
49 void dump_oem_strings(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) {
62 void dump_memory_size(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) {
70 void dump_memory_modules(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) {
103 void dump_cache(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) {
130 void dump_memory_banks(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) {
172 void dump_processor(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) {
220 void dump_battery(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) {
245 void dump_ipmi(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) {
276 void dump_chassis(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item)
    [all...]
hdt-dump-vesa.c 33 void dump_vesa(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) {
hdt-dump-pxe.c 34 void dump_pxe(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) {
hdt-dump-pci.c 32 void dump_pci(struct s_hardware *hardware, ZZJSON_CONFIG * config,
hdt-dump.c 146 void flush(ZZJSON_CONFIG * config, ZZJSON ** item)
166 ZZJSON_CONFIG config = { ZZJSON_VERY_STRICT, NULL,
  /external/syslinux/com32/gpllib/zzjson/
zzjson_create.c 18 static ZZJSON *zzjson_create_templ(ZZJSON_CONFIG *config, ZZJSON_TYPE type) {
25 ZZJSON *zzjson_create_true(ZZJSON_CONFIG *config) {
29 ZZJSON *zzjson_create_false(ZZJSON_CONFIG *config) {
33 ZZJSON *zzjson_create_null(ZZJSON_CONFIG *config) {
37 ZZJSON *zzjson_create_number_d(ZZJSON_CONFIG *config, double d) {
44 ZZJSON *zzjson_create_number_i(ZZJSON_CONFIG *config, long long i) {
54 static char *sdup(ZZJSON_CONFIG *config, char *s) {
63 ZZJSON *zzjson_create_string(ZZJSON_CONFIG *config, char *s) {
77 ZZJSON *zzjson_create_array(ZZJSON_CONFIG *config, ...) {
108 ZZJSON *zzjson_create_object(ZZJSON_CONFIG *config, ...)
    [all...]
zzjson_free.c 8 void zzjson_free(ZZJSON_CONFIG *config, ZZJSON *zzjson) {
zzjson_parse.c 28 static ZZJSON *parse_array(ZZJSON_CONFIG *config);
29 static ZZJSON *parse_object(ZZJSON_CONFIG *config);
31 static void skipws(ZZJSON_CONFIG *config) {
53 static char *parse_string(ZZJSON_CONFIG *config) {
123 static ZZJSON *parse_string2(ZZJSON_CONFIG *config) {
141 static ZZJSON *parse_number(ZZJSON_CONFIG *config) {
235 static ZZJSON *parse_literal(ZZJSON_CONFIG *config, char *s, ZZJSON_TYPE t) {
256 static ZZJSON *parse_true(ZZJSON_CONFIG *config) {
260 static ZZJSON *parse_false(ZZJSON_CONFIG *config) {
264 static ZZJSON *parse_null(ZZJSON_CONFIG *config)
    [all...]
zzjson_print.c 13 static int print_string(ZZJSON_CONFIG *config, char *s) {
37 static int zzjson_print2(ZZJSON_CONFIG *config, ZZJSON *zzjson,
103 int zzjson_print(ZZJSON_CONFIG *config, ZZJSON *zzjson) {
  /external/syslinux/com32/modules/
zzjson.c 34 ZZJSON_CONFIG config = { ZZJSON_VERY_STRICT, NULL,

Completed in 387 milliseconds