Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 25 of 99) sorted by path

1234

/php-src/Zend/
H A Dzend_builtin_functions.c1168 zend_string *entry; in ZEND_FUNCTION() local
H A Dzend_call_stack.c606 struct kinfo_vmentry *entry; in zend_call_stack_get_netbsd_vm() local
H A Dzend_gc.c798 zval *entry = (zval*) Z_PTR_P(zv); in gc_scan_black() local
837 zval *entry = (zval*) Z_PTR_P(zv+1); in gc_scan_black() local
999 zval *entry = (zval*) Z_PTR_P(zv); in gc_mark_grey() local
1025 zval *entry = (zval*) Z_PTR_P(zv); in gc_mark_grey() local
1245 zval *entry = (zval*) Z_PTR_P(zv); in gc_scan() local
1455 zval *entry = (zval*) Z_PTR_P(zv); in gc_collect_white() local
1476 zval *entry = (zval*) Z_PTR_P(zv); in gc_collect_white() local
1686 zval *entry = (zval*) Z_PTR_P(zv); in gc_remove_nested_data_from_buffer() local
H A Dzend_gdb.c64 zend_gdbjit_code_entry *entry; in zend_gdb_register_code() local
94 zend_gdbjit_code_entry *entry; in zend_gdb_unregister_all() local
H A Dzend_hash.c2524 zval *entry; in zend_array_to_list() local
H A Dzend_inheritance.c1357 zend_class_entry *entry; in zend_do_inherit_interfaces() local
H A Dzend_ini.c83 zend_ini_entry *entry = (zend_ini_entry*)Z_PTR_P(zv); in free_ini_entry() local
/php-src/ext/curl/
H A Dinterface.c2362 zval *zid, *arr, *entry; in PHP_FUNCTION() local
/php-src/ext/date/
H A Dphp_date.c5375 const timelib_tz_lookup_table *table, *entry; in PHP_FUNCTION() local
/php-src/ext/dom/
H A Ddom_iterators.c181 zval *entry; in php_dom_iterator_move_forward() local
256 zval *entry; in php_dom_get_iterator() local
H A Dhtml_document.c425 lxb_html_encoding_entry_t *entry = lxb_html_encoding_meta_entry(&encoding, 0); in dom_determine_encoding() local
/php-src/ext/dom/lexbor/lexbor/core/
H A Darray_obj.c95 void *entry; in lexbor_array_obj_push() local
115 void *entry; in lexbor_array_obj_push_wo_cls() local
132 void *entry; in lexbor_array_obj_push_n() local
H A Dbst.c89 lexbor_bst_entry_t *new_entry, *entry; in lexbor_bst_insert() local
148 lexbor_bst_entry_t *entry; in lexbor_bst_insert_not_exists() local
230 lexbor_bst_entry_t *entry = *scope; in lexbor_bst_remove() local
251 lexbor_bst_entry_t *entry = *scope; in lexbor_bst_remove_close() local
287 lexbor_bst_remove_by_pointer(lexbor_bst_t *bst, lexbor_bst_entry_t *entry, in lexbor_bst_remove_by_pointer()
414 lexbor_bst_serialize_entry(lexbor_bst_entry_t *entry, in lexbor_bst_serialize_entry()
H A Dbst_map.c85 lexbor_bst_map_entry_t *entry; in lexbor_bst_map_search() local
116 lexbor_bst_map_entry_t *entry; in lexbor_bst_map_insert() local
133 lexbor_bst_map_entry_t *entry; in lexbor_bst_map_insert_not_exists() local
198 lexbor_bst_map_entry_t *entry; in lexbor_bst_map_remove() local
H A Dhash.c98 lexbor_hash_entry_t *entry = lexbor_dobject_calloc(hash->entries); in _lexbor_hash_entry_create() local
191 lexbor_hash_entry_t *entry; in lexbor_hash_insert() local
226 lexbor_hash_insert_by_entry(lexbor_hash_t *hash, lexbor_hash_entry_t *entry, in lexbor_hash_insert_by_entry()
288 lexbor_hash_entry_t *entry, *prev; in lexbor_hash_remove_by_hash_id() local
325 lexbor_hash_entry_t *entry; in lexbor_hash_search_by_hash_id() local
400 lexbor_hash_copy(lexbor_hash_t *hash, lexbor_hash_entry_t *entry, in lexbor_hash_copy()
425 lexbor_hash_copy_lower(lexbor_hash_t *hash, lexbor_hash_entry_t *entry, in lexbor_hash_copy_lower()
452 lexbor_hash_copy_upper(lexbor_hash_t *hash, lexbor_hash_entry_t *entry, in lexbor_hash_copy_upper()
H A Dhash.h161 lexbor_hash_entry_str(const lexbor_hash_entry_t *entry) in lexbor_hash_entry_str()
171 lexbor_hash_entry_str_set(lexbor_hash_entry_t *entry, in lexbor_hash_entry_str_set()
186 lexbor_hash_entry_str_free(lexbor_hash_t *hash, lexbor_hash_entry_t *entry) in lexbor_hash_entry_str_free()
202 lexbor_hash_entry_destroy(lexbor_hash_t *hash, lexbor_hash_entry_t *entry) in lexbor_hash_entry_destroy()
H A Dplog.h56 lexbor_plog_entry_t *entry; in lexbor_plog_push() local
H A Dshs.c37 const lexbor_shs_entry_t *entry; in lexbor_shs_entry_get_static() local
66 const lexbor_shs_entry_t *entry; in lexbor_shs_entry_get_lower_static() local
95 const lexbor_shs_entry_t *entry; in lexbor_shs_entry_get_upper_static() local
H A Dshs.h56 const lexbor_shs_hash_t *entry; in lexbor_shs_hash_get_static() local
/php-src/ext/dom/lexbor/lexbor/css/
H A Dparser.h403 lxb_css_parser_state_t *entry = parser->states; in lxb_css_parser_states_to_root() local
417 const lxb_css_parser_state_t *entry = parser->states; in lxb_css_parser_states_set_back() local
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dattr.c362 const lexbor_shs_entry_t *entry; in lxb_dom_attr_local_name_append() local
428 const lexbor_shs_entry_t *entry; in lxb_dom_attr_data_by_local_name() local
447 const lexbor_shs_entry_t *entry; in lxb_dom_attr_data_by_qualified_name() local
H A Dattr.h26 lexbor_hash_entry_t entry; member
H A Dnode.c143 const lexbor_hash_entry_t *entry; in lxb_dom_node_interface_copy() local
/php-src/ext/dom/lexbor/lexbor/encoding/
H A Dencode.c655 const lexbor_shs_hash_t *entry; in lxb_encoding_encode_shift_jis_index() local
H A Dencoding.c14 const lexbor_shs_entry_t *entry; in lxb_encoding_data_by_pre_name() local

Completed in 156 milliseconds

1234