Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 32) sorted by relevance

12

/mOS-networking-stack/core/src/
H A Dkey_value_store.c54 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 Dkeyvalue.h44 int key; member
50 char *key; member
57 pcre *key; member
67 char *key; member
H A Dkeyvalue.c136 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 Dmod_magnet.c364 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 Dhttp-header-glue.c75 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 Dconfigparser.y37 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 Dserver.h7 char *key; member
H A Darray.c84 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 Dsplaytree.h6 int key; member
H A Dmod_trigger_b4_dl.c372 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 Dmod_cml_lua.c94 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 Dmod_status.c146 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 Dmod_alias.c96 const buffer *key = a->data[a->sorted[k]]->key; in SETDEFAULTS_FUNC() local
H A Dmod_rewrite.c14 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 Dmod_proxy.c417 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 Dmod_flv_streaming.c140 char *key = NULL, *val = NULL; in split_get_params() local
H A Dmod_ssi.c147 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 Dmod_scgi.c246 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 Drequest.c287 char *value = NULL, *key = NULL; in http_request_parse() local
H A Dmod_cgi.c243 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 Dmod_fastcgi.c280 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 Dlemon.c3879 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 Dhttp_parsing.c40 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 Drss.c84 static const uint8_t key[] = { in BuildKeyCache() local
/mOS-networking-stack/core/src/include/
H A Dkey_value_store.h9 _key_t key; member

12