Home
last modified time | relevance | path

Searched refs:zend_llist_add_element (Results 1 – 16 of 16) sorted by relevance

/PHP-7.4/main/
H A Dphp_ticks.c54 zend_llist_add_element(&PG(tick_functions), (void *)&tmp); in php_add_tick_function()
H A Dphp_ini.c211 zend_llist_add_element(&extension_lists.functions, &extension_name); in php_ini_parser_cb()
214 zend_llist_add_element(&extension_lists.engine, &extension_name); in php_ini_parser_cb()
709 zend_llist_add_element(&scanned_ini_list, &p); in php_init_config()
H A Drfc1867.c434 zend_llist_add_element(header, &entry); in multipart_buffer_headers()
456 zend_llist_add_element(header, &entry); in multipart_buffer_headers()
H A DSAPI.c647 zend_llist_add_element(&SG(sapi_headers).headers, (void *) sapi_header); in sapi_header_add_op()
/PHP-7.4/ext/sockets/
H A Dconversions.c121 zend_llist_add_element(&ctx->allocations, &ret); in accounted_emalloc()
127 zend_llist_add_element(&ctx->allocations, &ret); in accounted_ecalloc()
134 zend_llist_add_element(&ctx->allocations, &ret); in accounted_safe_ecalloc()
231 zend_llist_add_element(&ctx->keys, &bufp); in from_array_iterate()
300 zend_llist_add_element(&ctx->keys, (void*)&descr->name); in to_zval_read_aggregation()
727 zend_llist_add_element(&ctx->keys, &node); in from_zval_write_sockaddr_aux()
958 zend_llist_add_element(&ctx->keys, &bufp); in from_zval_write_control_array()
1033 zend_llist_add_element(&ctx->keys, &bufp); in to_zval_read_control_array()
1470 zend_llist_add_element(&ctx.keys, &top_name); in from_zval_run_conversions()
1471 zend_llist_add_element(&ctx.allocations, &structure); in from_zval_run_conversions()
[all …]
/PHP-7.4/Zend/
H A Dzend_llist.h49 ZEND_API void zend_llist_add_element(zend_llist *l, void *element);
H A Dzend_llist.c34 ZEND_API void zend_llist_add_element(zend_llist *l, void *element) in zend_llist_add_element() function
156 zend_llist_add_element(dst, ptr->data); in zend_llist_copy()
H A Dzend_extensions.c151 zend_llist_add_element(&zend_extensions, &extension); in zend_register_extension()
H A Dzend_language_scanner.l522 zend_llist_add_element(&CG(open_files), file_handle); in open_file_for_scanning()
527 zend_llist_add_element(&CG(open_files), file_handle); in open_file_for_scanning()
/PHP-7.4/ext/curl/
H A Dmulti.c100 zend_llist_add_element(&mh->easyh, z_ch); in PHP_FUNCTION()
543 zend_llist_add_element(&mh->easyh, &pz_ch); in _php_server_push_callback()
H A Dinterface.c125 zend_llist_add_element(&ch->to_free->str, &copystr); in php_curl_option_str()
2257 zend_llist_add_element(&ch->to_free->stream, &cb_arg); in build_mime_structure_from_hash()
2319 zend_llist_add_element(&ch->to_free->post, &mime); in build_mime_structure_from_hash()
2322 zend_llist_add_element(&ch->to_free->post, &first); in build_mime_structure_from_hash()
2996 zend_llist_add_element(&ch->to_free->str, &post); in _php_curl_setopt()
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c554 zend_llist_add_element(&(db_obj->free_list), &free_item); in PHP_METHOD()
622 zend_llist_add_element(&(db_obj->free_list), &free_item); in PHP_METHOD()
1924 zend_llist_add_element(&(db_obj->free_list), &free_item); in PHP_METHOD()
/PHP-7.4/ext/libxml/
H A Dlibxml.c561 zend_llist_add_element(LIBXML(error_list), &error_copy); in _php_list_set_error_structure()
/PHP-7.4/main/streams/
H A Dstreams.c270 zend_llist_add_element(list, &buffer); in php_stream_wrapper_log_error()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c133 zend_llist_add_element(&info->error_list, &error_for_the_list); in MYSQLND_METHOD()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c5870 zend_llist_add_element(BG(user_tick_functions), &tick_fe);

Completed in 83 milliseconds