Home
last modified time | relevance | path

Searched defs:item (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/core/src/
H A Dfhash.c121 HTInsert(struct hashtable *ht, tcp_stream *item, unsigned int *hash) in HTInsert()
160 HTRemove(struct hashtable *ht, tcp_stream *item) in HTRemove()
184 HTSearch(struct hashtable *ht, const tcp_stream *item, unsigned int *hash) in HTSearch()
H A Dconfig.c40 #define MATCH_ITEM(name, item) \ argument
44 #define TRY_ASSIGN_NUM(name, base, item, value) \ argument
55 #define TRY_ASSIGN_STR(name, base, item, value) \ argument
126 ReadItemValue(char *line, int llen, char *item, int ilen, char *value, int vlen) in ReadItemValue()
168 char item[WORD_LEN + 1] = {0}; in FeedAppConfLine() local
192 char item[WORD_LEN + 1] = {0}; in FeedMosConfLine() local
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconfigfile-glue.c551 void config_cond_cache_reset_item(server *srv, connection *con, comp_key_t item) { in config_cond_cache_reset_item()