Home
last modified time | relevance | path

Searched refs:data_integer (Results 1 – 13 of 13) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Ddata_integer.c8 data_integer *src = (data_integer *)s; in data_integer_copy()
9 data_integer *ds = data_integer_init(); in data_integer_copy()
18 data_integer *ds = (data_integer *)d; in data_integer_free()
26 data_integer *ds = (data_integer *)d; in data_integer_reset()
42 data_integer *ds = (data_integer *)d; in data_integer_print()
49 data_integer *data_integer_init(void) { in data_integer_init()
50 data_integer *ds; in data_integer_init()
H A Dstatus_counter.c19 data_integer *status_counter_get_counter(server *srv, const char *s, size_t len) { in status_counter_get_counter()
20 data_integer *di; in status_counter_get_counter()
22 if (NULL == (di = (data_integer *)array_get_element(srv->status, s))) { in status_counter_get_counter()
25 if (NULL == (di = (data_integer *)array_get_unused_element(srv->status, TYPE_INTEGER))) { in status_counter_get_counter()
39 data_integer *di = status_counter_get_counter(srv, s, len); in status_counter_inc()
47 data_integer *di = status_counter_get_counter(srv, s, len); in status_counter_dec()
55 data_integer *di = status_counter_get_counter(srv, s, len); in status_counter_set()
H A Darray.h141 } data_integer; typedef
143 data_integer *data_integer_init(void);
H A Dconfigparser.y64 buffer_append_long(ds->value, ((data_integer*)op2)->value); in configparser_merge_data()
68 buffer_append_long(ds->value, ((data_integer*)op1)->value); in configparser_merge_data()
83 ((data_integer *)op1)->value += ((data_integer *)op2)->value; in configparser_merge_data()
272 ((data_integer *)(A))->value = strtol(B->ptr, NULL, 10); in value()
549 buffer_copy_long(A, ((data_integer *)B)->value); in stringop()
H A Dstatus_counter.h9 data_integer *status_counter_get_counter(server *srv, const char *s, size_t len);
H A Dconfigfile-glue.c86 data_integer *di = (data_integer *)du; in config_insert_values_internal()
121 data_integer *di = (data_integer *)du; in config_insert_values_internal()
H A Dconfigparser.c67 buffer_append_long(ds->value, ((data_integer*)op2)->value); in configparser_merge_data()
71 buffer_append_long(ds->value, ((data_integer*)op1)->value); in configparser_merge_data()
86 ((data_integer *)op1)->value += ((data_integer *)op2)->value; in configparser_merge_data()
992 ((data_integer *)(yygotominor.yy41))->value = strtol(yymsp[0].minor.yy0->ptr, NULL, 10); in yy_reduce()
1361 buffer_copy_long(yygotominor.yy43, ((data_integer *)yymsp[0].minor.yy41)->value); in yy_reduce()
H A DMakefile.in152 data_array.c data_integer.c md5.c data_fastcgi.c \
169 liblightcomp_la-data_array.lo liblightcomp_la-data_integer.lo \
437 data_string.c data_count.c data_array.c data_integer.c md5.c \
452 data_array.$(OBJEXT) data_integer.$(OBJEXT) md5.$(OBJEXT) \
756 data_integer.c md5.c data_fastcgi.c \
1192 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data_integer.Po@am__quote@
1222 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-data_integer.Plo@am__quote@
1439 liblightcomp_la-data_integer.lo: data_integer.c
1440data_integer.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-data_integer.Tpo -c -o liblightcomp_la-data_…
1441 …E@ $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-data_integer.Tpo $(DEPDIR)/liblightcomp_la-data_i…
[all …]
H A Dmod_magnet.c183 data_integer *di; in magnet_array_next()
209 di = (data_integer *)du; in magnet_array_next()
395 data_integer *di; in magnet_status_get()
H A DSConscript12 data_integer.c md5.c data_fastcgi.c \
H A DMakefile.am64 data_integer.c md5.c data_fastcgi.c \
H A Dmod_status.c644 buffer_append_long(b, ((data_integer *)(st->data[ndx]))->value); in mod_status_handle_server_statistics()
H A Dconfigfile.c1097 data_integer *dpid; in config_read()