Searched refs:item (Results 1 – 4 of 4) sorted by relevance
| /mOS-networking-stack/core/src/ |
| H A D | fhash.c | 132 idx = HashFlow(item); in HTInsert() 141 ht->ht_array[idx][i] = item; in HTInsert() 142 item->ht_idx = i; in HTInsert() 153 item->ht_idx = TCP_AR_CNT; in HTInsert() 166 if (item->ht_idx < TCP_AR_CNT) { in HTRemove() 167 assert(ht_array[idx][item->ht_idx]); in HTRemove() 172 head = item->rcvvar->he_mybucket; in HTRemove() 180 return (item); in HTRemove() 193 idx = HashFlow(item); in HTSearch() 203 idx = HashFlow(item); in HTSearch() [all …]
|
| H A D | config.c | 40 #define MATCH_ITEM(name, item) \ argument 41 ((strncmp(#name, item, strlen(#name)) == 0) \ 42 && (!isalnum(item[strlen(#name)]))) 44 #define TRY_ASSIGN_NUM(name, base, item, value) \ argument 45 ((strncmp(#name, item, strlen(#name)) == 0) \ 46 && (!isalnum(item[strlen(#name)])) \ 56 (((strncmp(#name, item, strlen(#name)) == 0) \ 57 && (!isalnum(item[strlen(#name)])) \ 156 strncpy(item, word, wlen); in ReadItemValue() 168 char item[WORD_LEN + 1] = {0}; in FeedAppConfLine() local [all …]
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | configfile.h | 25 void config_cond_cache_reset_item(server *srv, connection *con, comp_key_t item);
|
| H A D | configfile-glue.c | 551 void config_cond_cache_reset_item(server *srv, connection *con, comp_key_t item) { in config_cond_cache_reset_item() argument 555 if (item == COMP_LAST_ELEMENT || in config_cond_cache_reset_item() 556 con->cond_cache[i].comp_type == item) { in config_cond_cache_reset_item()
|