Home
last modified time | relevance | path

Searched refs:ci_type_ops_is_string (Results 1 – 2 of 2) sorted by relevance

/dports/www/c-icap/c_icap-0.5.10/
H A Dlookup_table.c186 if (!ci_type_ops_is_string(table->key_ops) || !ci_type_ops_is_string(table->val_ops)) { in ci_lookup_table_search()
228 if ( !ci_type_ops_is_string(table->key_ops) || !ci_type_ops_is_string(table->val_ops)) { in ci_lookup_table_get_row()
/dports/www/c-icap/c_icap-0.5.10/include/
H A Dtypes_ops.h48 #define ci_type_ops_is_string(tops) ((tops) == &ci_str_ops || (tops) == &ci_str_ext_ops || (tops) =… macro
50 #define ci_type_ops_is_string(tops) ((tops) == &ci_str_ops || (tops) == &ci_str_ext_ops) macro