Home
last modified time | relevance | path

Searched refs:cmp_func (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dnode.c23 lxb_dom_node_attr_cmp_f cmp_func; member
821 cb_ctx.cmp_func = lxb_dom_node_by_attr_cmp_full_case; in lxb_dom_node_by_attr()
824 cb_ctx.cmp_func = lxb_dom_node_by_attr_cmp_full; in lxb_dom_node_by_attr()
857 cb_ctx.cmp_func = lxb_dom_node_by_attr_cmp_begin_case; in lxb_dom_node_by_attr_begin()
860 cb_ctx.cmp_func = lxb_dom_node_by_attr_cmp_begin; in lxb_dom_node_by_attr_begin()
893 cb_ctx.cmp_func = lxb_dom_node_by_attr_cmp_end_case; in lxb_dom_node_by_attr_end()
896 cb_ctx.cmp_func = lxb_dom_node_by_attr_cmp_end; in lxb_dom_node_by_attr_end()
929 cb_ctx.cmp_func = lxb_dom_node_by_attr_cmp_contain_case; in lxb_dom_node_by_attr_contain()
932 cb_ctx.cmp_func = lxb_dom_node_by_attr_cmp_contain; in lxb_dom_node_by_attr_contain()
957 || cb_ctx->cmp_func(cb_ctx, attr)) in lxb_dom_node_by_attr_cb()
/php-src/ext/dom/lexbor/lexbor/core/
H A Dhash.h121 const lexbor_hash_cmp_f cmp_func);
126 const lexbor_hash_cmp_f cmp_func);
H A Dhash.c284 const lexbor_hash_cmp_f cmp_func) in lexbor_hash_remove_by_hash_id() argument
297 if (entry->length == length && cmp_func(str, key, length)) { in lexbor_hash_remove_by_hash_id()
322 const lexbor_hash_cmp_f cmp_func) in lexbor_hash_search_by_hash_id() argument
332 if (entry->length == length && cmp_func(str, key, length)) { in lexbor_hash_search_by_hash_id()
/php-src/ext/sqlite3/
H A Dphp_sqlite3_structs.h60 zend_fcall_info_cache cmp_func; member
H A Dsqlite3.c915 zend_call_known_fcc(&collation->cmp_func, &retval, /* argc */ 2, zargs, /* named_params */ NULL); in php_sqlite3_callback_compare()
1065 zend_fcc_dup(&collation->cmp_func, &fcc); in PHP_METHOD()
2220 if (ZEND_FCC_INITIALIZED(collation->cmp_func)) { in php_sqlite3_object_free_storage()
2221 zend_fcc_dtor(&collation->cmp_func); in php_sqlite3_object_free_storage()
2264 php_sqlite3_gc_buffer_add_fcc(gc_buffer, &collation->cmp_func); in php_sqlite3_get_gc()

Completed in 20 milliseconds