Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Dphp_ticks.c53 zend_llist_add_element(&PG(tick_functions), (void *)&func); in php_add_tick_function()
H A Dphp_ini.c232 zend_llist_add_element(&extension_lists.functions, &extension_name); in php_ini_parser_cb()
235 zend_llist_add_element(&extension_lists.engine, &extension_name); in php_ini_parser_cb()
688 zend_llist_add_element(&scanned_ini_list, &p); in php_init_config()
H A DSAPI.c812 zend_llist_add_element(&SG(sapi_headers).headers, (void *) &sapi_header); in sapi_header_op()
H A Drfc1867.c510 zend_llist_add_element(header, &entry); in multipart_buffer_headers()
/PHP-5.3/Zend/
H A Dzend_llist.h51 ZEND_API void zend_llist_add_element(zend_llist *l, void *element);
H A Dzend_llist.c37 ZEND_API void zend_llist_add_element(zend_llist *l, void *element) in zend_llist_add_element() function
167 zend_llist_add_element(dst, ptr->data); in zend_llist_copy()
H A Dzend_extensions.c132 zend_llist_add_element(&zend_extensions, &extension); in zend_register_extension()
H A Dzend_compile.c419 zend_llist_add_element(fetch_list_ptr, opline_ptr); in fetch_simple_variable_ex()
457 zend_llist_add_element(fetch_list_ptr, &opline); in zend_do_fetch_static_member()
510 zend_llist_add_element(fetch_list_ptr, &opline); in fetch_array_dim()
933 zend_llist_add_element(jmp_list_ptr, &if_end_op_number); in zend_do_if_after_statement()
2310 zend_llist_add_element(jmp_list_ptr, &jmp_op_number); in zend_initialize_try_catch_element()
2383 zend_llist_add_element(jmp_list_ptr, &jmp_op_number); in zend_do_end_catch()
3753 zend_llist_add_element(fetch_list_ptr, &opline); in zend_do_fetch_property()
4141 zend_llist_add_element(&CG(dimension_llist), &current_dimension); in zend_do_new_list_begin()
H A Dzend_language_scanner.l265 zend_llist_add_element(&CG(open_files), file_handle); in open_file_for_scanning()
H A Dzend_language_scanner.c267 zend_llist_add_element(&CG(open_files), file_handle); in open_file_for_scanning()
/PHP-5.3/ext/curl/
H A Dmulti.c95 zend_llist_add_element(&mh->easyh, &tmp_val); in PHP_FUNCTION()
H A Dinterface.c201 zend_llist_add_element(&ch->to_free->str, &copystr); in php_curl_option_url()
1878 zend_llist_add_element(&ch->to_free->str, &copystr); in _php_curl_setopt()
2119 zend_llist_add_element(&ch->to_free->post, &first); in _php_curl_setopt()
2133 zend_llist_add_element(&ch->to_free->str, &post); in _php_curl_setopt()
2169 zend_llist_add_element(&ch->to_free->slist, &slist); in _php_curl_setopt()
2199 zend_llist_add_element(&ch->to_free->str, &copystr); in _php_curl_setopt()
/PHP-5.3/ext/sqlite3/
H A Dsqlite3.c489 zend_llist_add_element(&(db_obj->free_list), &free_item);
559 zend_llist_add_element(&(db_obj->free_list), &free_item);
1627 zend_llist_add_element(&(db_obj->free_list), &free_item);
/PHP-5.3/ext/libxml/
H A Dlibxml.c464 zend_llist_add_element(LIBXML(error_list), &error_copy); in _php_list_set_error_structure()
/PHP-5.3/main/streams/
H A Dstreams.c271 zend_llist_add_element(list, &buffer); in php_stream_wrapper_log_error()
/PHP-5.3/ext/standard/
H A Dbasic_functions.c5773 zend_llist_add_element(BG(user_tick_functions), &tick_fe);

Completed in 95 milliseconds