Searched refs:TYPE_STRING (Results 1 - 25 of 87) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/src/
H A Darray.h16 #define DATA_IS_STRING(x) (x->type == TYPE_STRING)
18 typedef enum { TYPE_UNSET, TYPE_STRING, TYPE_COUNT, TYPE_ARRAY, TYPE_INTEGER, TYPE_FASTCGI, TYPE_CONFIG } data_type_t; enumerator in enum:__anon4358
H A Ddata_string.c110 ds->type = TYPE_STRING;
H A Dmod_setenv.c187 if (NULL == (ds_dst = (data_string *)array_get_unused_element(con->request.headers, TYPE_STRING))) {
201 if (NULL == (ds_dst = (data_string *)array_get_unused_element(con->environment, TYPE_STRING))) {
H A Dconfigfile-glue.c54 if (da->value->data[j]->type == TYPE_STRING) {
81 if (du->type == TYPE_STRING) {
98 case TYPE_STRING: {
133 case TYPE_STRING: {
155 if (du->type == TYPE_STRING) {
H A Dconfigparser.y62 if (op1->type == TYPE_STRING && op2->type == TYPE_INTEGER) {
66 } else if (op1->type == TYPE_INTEGER && op2->type == TYPE_STRING) {
79 case TYPE_STRING:
384 if (ctx->ok && D->type != TYPE_STRING) {
545 if (B->type == TYPE_STRING) {
H A Darray.c160 if (NULL == (ds_dst = (data_string *)array_get_unused_element(hdrs, TYPE_STRING))) {
293 case TYPE_STRING:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/src/
H A Darray.h16 #define DATA_IS_STRING(x) (x->type == TYPE_STRING)
18 typedef enum { TYPE_UNSET, TYPE_STRING, TYPE_COUNT, TYPE_ARRAY, TYPE_INTEGER, TYPE_FASTCGI, TYPE_CONFIG } data_type_t; enumerator in enum:__anon5263
H A Ddata_string.c110 ds->type = TYPE_STRING;
H A Dmod_setenv.c187 if (NULL == (ds_dst = (data_string *)array_get_unused_element(con->request.headers, TYPE_STRING))) {
201 if (NULL == (ds_dst = (data_string *)array_get_unused_element(con->environment, TYPE_STRING))) {
H A Dconfigfile-glue.c54 if (da->value->data[j]->type == TYPE_STRING) {
81 if (du->type == TYPE_STRING) {
98 case TYPE_STRING: {
133 case TYPE_STRING: {
155 if (du->type == TYPE_STRING) {
H A Dconfigparser.y62 if (op1->type == TYPE_STRING && op2->type == TYPE_INTEGER) {
66 } else if (op1->type == TYPE_INTEGER && op2->type == TYPE_STRING) {
79 case TYPE_STRING:
384 if (ctx->ok && D->type != TYPE_STRING) {
545 if (B->type == TYPE_STRING) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Darray.h16 #define DATA_IS_STRING(x) (x->type == TYPE_STRING)
18 typedef enum { TYPE_UNSET, TYPE_STRING, TYPE_COUNT, TYPE_ARRAY, TYPE_INTEGER, TYPE_FASTCGI, TYPE_CONFIG } data_type_t; enumerator in enum:__anon39288
H A Ddata_string.c110 ds->type = TYPE_STRING;
H A Dmod_setenv.c187 if (NULL == (ds_dst = (data_string *)array_get_unused_element(con->request.headers, TYPE_STRING))) {
201 if (NULL == (ds_dst = (data_string *)array_get_unused_element(con->environment, TYPE_STRING))) {
H A Dconfigfile-glue.c54 if (da->value->data[j]->type == TYPE_STRING) {
81 if (du->type == TYPE_STRING) {
98 case TYPE_STRING: {
133 case TYPE_STRING: {
155 if (du->type == TYPE_STRING) {
H A Dconfigparser.y62 if (op1->type == TYPE_STRING && op2->type == TYPE_INTEGER) {
66 } else if (op1->type == TYPE_INTEGER && op2->type == TYPE_STRING) {
79 case TYPE_STRING:
384 if (ctx->ok && D->type != TYPE_STRING) {
545 if (B->type == TYPE_STRING) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dprintf-args.h70 TYPE_STRING, enumerator in enum:__anon10358
H A Dprintf-args.c96 case TYPE_STRING:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dprintf-args.h70 TYPE_STRING, enumerator in enum:__anon266
H A Dprintf-args.c96 case TYPE_STRING:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dprintf-args.h70 TYPE_STRING, enumerator in enum:__anon44383
H A Dprintf-args.c96 case TYPE_STRING:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-python/avahi-discover/
H A Davahi-discover.py243 self.treemodel=gtk.TreeStore(gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-python/avahi-discover/
H A Davahi-discover.py243 self.treemodel=gtk.TreeStore(gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-python/avahi-discover/
H A Davahi-discover.py243 self.treemodel=gtk.TreeStore(gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING)

Completed in 262 milliseconds

1234