Searched refs:next_value (Results 1 – 5 of 5) sorted by relevance
479 next_value(vlist list) in next_value() function624 while (next_value(&info) != NULL) in parse_invoke_handler()675 char *val = next_value(values); in bind_handler()677 if (next_value(values) != NULL) { in bind_handler()687 char *type = next_value(values); in socket_type_handler()701 if (next_value(values) != NULL) { in socket_type_handler()722 af_name = next_value(values); in filter_handler()732 af_arg = next_value(values); in filter_handler()737 if (next_value(values) != NULL) { in filter_handler()755 if ((val = next_value(values)) == NULL) { in protocol_handler()[all …]
96 ke = ke->next_value; in cgen_keyword_lookup_value()118 ke->next_value = kt->value_hash_table[hash]; in cgen_keyword_add()
512 struct cgen_keyword_entry *next_value; member