Searched refs:zend_llist_add_element (Results 1 – 17 of 17) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_observer.c | 52 zend_llist_add_element(&zend_observers_fcall_list, &init); in zend_observer_fcall_register() 302 zend_llist_add_element(&zend_observer_function_declared_callbacks, &cb); in zend_observer_function_declared_register() 320 zend_llist_add_element(&zend_observer_class_linked_callbacks, &cb); in zend_observer_class_linked_register() 338 zend_llist_add_element(&zend_observer_error_callbacks, &cb); in zend_observer_error_register() 351 zend_llist_add_element(&zend_observer_fiber_init, &handler); in zend_observer_fiber_init_register() 356 zend_llist_add_element(&zend_observer_fiber_switch, &handler); in zend_observer_fiber_switch_register() 361 zend_llist_add_element(&zend_observer_fiber_destroy, &handler); in zend_observer_fiber_destroy_register()
|
H A D | zend_llist.h | 49 ZEND_API void zend_llist_add_element(zend_llist *l, const void *element);
|
H A D | zend_llist.c | 34 ZEND_API void zend_llist_add_element(zend_llist *l, const void *element) in zend_llist_add_element() function 158 zend_llist_add_element(dst, ptr->data); in zend_llist_copy()
|
H A D | zend_extensions.c | 159 zend_llist_add_element(&zend_extensions, &extension); in zend_register_extension()
|
H A D | zend_language_scanner.l | 533 zend_llist_add_element(&CG(open_files), file_handle); in open_file_for_scanning() 539 zend_llist_add_element(&CG(open_files), file_handle); in open_file_for_scanning()
|
/PHP-8.3/main/ |
H A D | php_ticks.c | 52 zend_llist_add_element(&PG(tick_functions), (void *)&tmp); in php_add_tick_function()
|
H A D | php_ini.c | 205 zend_llist_add_element(&extension_lists.functions, &extension_name); in php_ini_parser_cb() 208 zend_llist_add_element(&extension_lists.engine, &extension_name); in php_ini_parser_cb() 687 zend_llist_add_element(&scanned_ini_list, &p); in php_init_config()
|
H A D | rfc1867.c | 404 zend_llist_add_element(header, &entry); in multipart_buffer_headers() 426 zend_llist_add_element(header, &entry); in multipart_buffer_headers()
|
H A D | SAPI.c | 660 zend_llist_add_element(&SG(sapi_headers).headers, (void *) sapi_header); in sapi_header_add_op()
|
/PHP-8.3/ext/sockets/ |
H A D | conversions.c | 122 zend_llist_add_element(&ctx->allocations, &ret); in accounted_emalloc() 128 zend_llist_add_element(&ctx->allocations, &ret); in accounted_ecalloc() 135 zend_llist_add_element(&ctx->allocations, &ret); in accounted_safe_ecalloc() 232 zend_llist_add_element(&ctx->keys, &bufp); in from_array_iterate() 301 zend_llist_add_element(&ctx->keys, (void*)&descr->name); in to_zval_read_aggregation() 728 zend_llist_add_element(&ctx->keys, &node); in from_zval_write_sockaddr_aux() 964 zend_llist_add_element(&ctx->keys, &bufp); in from_zval_write_control_array() 1039 zend_llist_add_element(&ctx->keys, &bufp); in to_zval_read_control_array() 1501 zend_llist_add_element(&ctx.keys, &top_name); in from_zval_run_conversions() 1502 zend_llist_add_element(&ctx.allocations, &structure); in from_zval_run_conversions() [all …]
|
/PHP-8.3/ext/curl/ |
H A D | multi.c | 105 zend_llist_add_element(&mh->easyh, z_ch); in PHP_FUNCTION() 435 zend_llist_add_element(&mh->easyh, &pz_ch); in _php_server_push_callback()
|
H A D | interface.c | 1487 zend_llist_add_element(&ch->to_free->stream, &cb_arg); in build_mime_structure_from_hash() 1559 zend_llist_add_element(&ch->to_free->buffers, &postval); in build_mime_structure_from_hash() 1612 zend_llist_add_element(&ch->to_free->post, &mime); in build_mime_structure_from_hash() 1615 zend_llist_add_element(&ch->to_free->post, &first); in build_mime_structure_from_hash()
|
/PHP-8.3/ext/sqlite3/ |
H A D | sqlite3.c | 538 zend_llist_add_element(&(db_obj->free_list), &free_item); in PHP_METHOD() 608 zend_llist_add_element(&(db_obj->free_list), &free_item); in PHP_METHOD() 1874 zend_llist_add_element(&(db_obj->free_list), &free_item); in PHP_METHOD()
|
/PHP-8.3/ext/libxml/ |
H A D | libxml.c | 660 zend_llist_add_element(LIBXML(error_list), &error_copy); in _php_list_set_error_structure()
|
/PHP-8.3/ext/standard/ |
H A D | basic_functions.c | 2339 zend_llist_add_element(BG(user_tick_functions), &tick_fe);
|
/PHP-8.3/main/streams/ |
H A D | streams.c | 270 zend_llist_add_element(list, &buffer); in php_stream_wrapper_log_error()
|
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_connection.c | 131 zend_llist_add_element(&info->error_list, &error_for_the_list); in MYSQLND_METHOD()
|
Completed in 368 milliseconds