Home
last modified time | relevance | path

Searched refs:TYPE_INTEGER (Results 1 – 8 of 8) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dstatus_counter.c25 if (NULL == (di = (data_integer *)array_get_unused_element(srv->status, TYPE_INTEGER))) { in status_counter_get_counter()
H A Dconfigparser.y62 if (op1->type == TYPE_STRING && op2->type == TYPE_INTEGER) { in configparser_merge_data()
66 } else if (op1->type == TYPE_INTEGER && op2->type == TYPE_STRING) { in configparser_merge_data()
82 case TYPE_INTEGER: in configparser_merge_data()
547 } else if (B->type == TYPE_INTEGER) { in stringop()
H A Ddata_integer.c62 ds->type = TYPE_INTEGER; in data_integer_init()
H A Darray.h18 typedef enum { TYPE_UNSET, TYPE_STRING, TYPE_COUNT, TYPE_ARRAY, TYPE_INTEGER, TYPE_FASTCGI, TYPE_CO… enumerator
H A Dconfigparser.c65 if (op1->type == TYPE_STRING && op2->type == TYPE_INTEGER) { in configparser_merge_data()
69 } else if (op1->type == TYPE_INTEGER && op2->type == TYPE_STRING) { in configparser_merge_data()
85 case TYPE_INTEGER: in configparser_merge_data()
1359 } else if (yymsp[0].minor.yy41->type == TYPE_INTEGER) { in yy_reduce()
H A Dconfigfile-glue.c85 case TYPE_INTEGER: { in config_insert_values_internal()
120 case TYPE_INTEGER: { in config_insert_values_internal()
H A Darray.c289 case TYPE_INTEGER: in array_print()
H A Dmod_magnet.c208 case TYPE_INTEGER: in magnet_array_next()