| /mOS-networking-stack/core/src/ |
| H A D | key_value_store.c | 54 kvs_insert(kvs_t *ht, _key_t const key, void * const value) in kvs_insert() 93 kvs_remove(kvs_t *ht, _key_t const key) in kvs_remove() 117 kvs_search(kvs_t *ht, _key_t const key) in kvs_search()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | keyvalue.h | 44 int key; member 50 char *key; member 57 pcre *key; member 67 char *key; member
|
| H A D | keyvalue.c | 136 int keyvalue_buffer_append(keyvalue_buffer *kvb, int key, const char *value) { in keyvalue_buffer_append() 186 int s_keyvalue_buffer_append(s_keyvalue_buffer *kvb, const char *key, const char *value) { in s_keyvalue_buffer_append() 238 int httpauth_keyvalue_buffer_append(httpauth_keyvalue_buffer *kvb, const char *key, const char *rea… in httpauth_keyvalue_buffer_append() 317 int pcre_keyvalue_buffer_append(server *srv, pcre_keyvalue_buffer *kvb, const char *key, const char… in pcre_keyvalue_buffer_append()
|
| H A D | mod_magnet.c | 364 const char *key = luaL_checkstring(L, 2); in magnet_reqhdr_get() local 399 const char *key = luaL_checklstring(L, 2, &key_len); in magnet_status_get() local 417 const char *key = luaL_checklstring(L, 2, &key_len); in magnet_status_set() local 526 static buffer *magnet_env_get_buffer(server *srv, connection *con, const char *key) { in magnet_env_get_buffer() 540 const char *key = luaL_checkstring(L, 2); in magnet_env_get() local 568 const char *key = luaL_checkstring(L, 2); in magnet_env_set() local 642 const char *key = luaL_checkstring(L, 2); in magnet_cgi_get() local 660 const char *key = luaL_checkstring(L, 2); in magnet_cgi_set() local 705 const char *key, *val; in magnet_copy_response_header() local
|
| H A D | http-header-glue.c | 75 int response_header_insert(server *srv, connection *con, const char *key, size_t keylen, const char… in response_header_insert() 91 int response_header_overwrite(server *srv, connection *con, const char *key, size_t keylen, const c… in response_header_overwrite() 106 int response_header_append(server *srv, connection *con, const char *key, size_t keylen, const char… in response_header_append()
|
| H A D | configparser.y | 37 static data_unset *configparser_get_variable(config_t *ctx, const buffer *key) { in configparser_get_variable() 146 varline ::= key(A) ASSIGN expression(B). { in key() function 170 varline ::= key(A) APPEND expression(B). { in key() function 209 key(A) ::= LKEY(B). { in key() function
|
| H A D | server.h | 7 char *key; member
|
| H A D | array.c | 84 static int array_get_index(array *a, const char *key, size_t keylen, int *rndx) { in array_get_index() 119 data_unset *array_get_element(array *a, const char *key) { in array_get_element() 150 void array_set_key_value(array *hdrs, const char *key, size_t key_len, const char *value, size_t va… in array_set_key_value()
|
| H A D | splaytree.h | 6 int key; member
|
| H A D | mod_trigger_b4_dl.c | 372 datum key, val; in URIHANDLER_FUNC() local 422 datum key, val; in URIHANDLER_FUNC() local 539 datum key, val, okey; in TRIGGER_FUNC() local
|
| H A D | mod_cml_lua.c | 94 static int c_to_lua_push(lua_State *L, int tbl, const char *key, size_t key_len, const char *val, s… in c_to_lua_push() 106 char *key = NULL, *val = NULL; in cache_export_get_params() local
|
| H A D | mod_status.c | 146 static int mod_status_row_append(buffer *b, const char *key, const char *value) { in mod_status_row_append() 159 static int mod_status_header_append(buffer *b, const char *key) { in mod_status_header_append() 169 static int mod_status_header_append_sort(buffer *b, void *p_d, const char* key) { in mod_status_header_append_sort()
|
| H A D | mod_alias.c | 96 const buffer *key = a->data[a->sorted[k]]->key; in SETDEFAULTS_FUNC() local
|
| H A D | mod_rewrite.c | 14 pcre *key; member 71 static int rewrite_rule_buffer_append(rewrite_rule_buffer *kvb, buffer *key, buffer *value, int onc… in rewrite_rule_buffer_append()
|
| H A D | mod_proxy.c | 417 static void proxy_set_header(connection *con, const char *key, const char *value) { in proxy_set_header() 429 static void proxy_append_header(connection *con, const char *key, const char *value) { in proxy_append_header() 565 char *key, *value; in proxy_response_parse() local
|
| H A D | mod_flv_streaming.c | 140 char *key = NULL, *val = NULL; in split_get_params() local
|
| H A D | mod_ssi.c | 147 static int ssi_env_add(array *env, const char *key, const char *val) { in ssi_env_add() 636 const char *key = NULL, *val = NULL; in process_ssi_stmt() local
|
| H A D | mod_scgi.c | 246 buffer *key; /* like .php */ member 483 static int scgi_extension_insert(scgi_exts *ext, buffer *key, scgi_extension_host *fh) { in scgi_extension_insert() 610 static int env_add(char_array *env, const char *key, size_t key_len, const char *val, size_t val_le… in env_add() 1289 static int scgi_env_add(buffer *env, const char *key, size_t key_len, const char *val, size_t val_l… in scgi_env_add() 1700 const char *key, *value; in scgi_response_parse() local
|
| H A D | request.c | 287 char *value = NULL, *key = NULL; in http_request_parse() local
|
| H A D | mod_cgi.c | 243 const char *key, *value; in cgi_response_parse() local 714 static int cgi_env_add(char_array *env, const char *key, size_t key_len, const char *val, size_t va… in cgi_env_add()
|
| H A D | mod_fastcgi.c | 280 buffer *key; /* like .php */ member 622 static int fastcgi_extension_insert(fcgi_exts *ext, buffer *key, fcgi_extension_host *fh) { in fastcgi_extension_insert() 757 static int env_add(char_array *env, const char *key, size_t key_len, const char *val, size_t val_le… in env_add() 1571 static int fcgi_env_add(buffer *env, const char *key, size_t key_len, const char *val, size_t val_l… in fcgi_env_add() 2190 char *key, *value; in fcgi_response_parse() local
|
| H A D | lemon.c | 3879 char *Strsafe_find(key) in Strsafe_find() argument 3955 char *key; /* The key */ member 3984 int Symbol_insert(data,key) in Symbol_insert() argument 4044 struct symbol *Symbol_find(key) in Symbol_find() argument 4161 struct config *key; /* The key */ member 4190 int State_insert(data,key) in State_insert() argument 4250 struct state *State_find(key) in State_find() argument 4393 struct config *Configtable_find(key) in Configtable_find() argument
|
| /mOS-networking-stack/util/ |
| H A D | http_parsing.c | 40 http_header_str_val(const char* buf, const char *key, const int keylen, in http_header_str_val() 76 http_header_long_val(const char * response, const char* key, int key_len) in http_header_long_val()
|
| H A D | rss.c | 84 static const uint8_t key[] = { in BuildKeyCache() local
|
| /mOS-networking-stack/core/src/include/ |
| H A D | key_value_store.h | 9 _key_t key; member
|