Home
last modified time | relevance | path

Searched refs:zend_llist (Results 1 – 25 of 36) sorted by last modified time

12

/PHP-5.5/win32/build/
H A Dconfig.w32358 zend_llist.c zend_vm_opcodes.c zend_opcode.c zend_operators.c zend_ptr_stack.c \
/PHP-5.5/sapi/embed/
H A Dphp_embed.c157 zend_llist global_vars; in php_embed_init()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c259 zend_llist sorted_exts; in print_extensions()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c222 zend_llist sorted_exts; in print_extensions()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c259 zend_llist sorted_exts; in print_extensions()
/PHP-5.5/main/streams/
H A Dstreams.c160 static zend_llist *php_get_wrapper_errors_list(php_stream_wrapper *wrapper TSRMLS_DC) in php_get_wrapper_errors_list()
162 zend_llist *list = NULL; in php_get_wrapper_errors_list()
180 zend_llist *err_list = php_get_wrapper_errors_list(wrapper TSRMLS_CC); in php_stream_display_wrapper_errors()
262 zend_llist *list = NULL; in php_stream_wrapper_log_error()
273 zend_llist new_list; in php_stream_wrapper_log_error()
/PHP-5.5/main/
H A Dphp_globals.h110 zend_llist tick_functions;
H A Dphp_ini.c60 zend_llist engine;
61 zend_llist functions;
630 zend_llist scanned_ini_list; in php_init_config()
H A Drfc1867.c399 static int multipart_buffer_headers(multipart_buffer *self, zend_llist *header TSRMLS_DC) in multipart_buffer_headers()
460 static char *php_mime_get_hdr_value(zend_llist header, char *key) in php_mime_get_hdr_value()
689 zend_llist header;
H A DSAPI.c601 static void sapi_remove_header(zend_llist *l, char *name, uint len) { in sapi_remove_header()
H A DSAPI.h58 zend_llist headers;
/PHP-5.5/ext/standard/
H A Dstring.c2923 static PATNREPL *php_strtr_array_prepare_repls(int slen, HashTable *pats, zend_llist **allocs, int …
3129 zend_llist *allocs;
H A Dbasic_functions.c5757 BG(user_tick_functions) = (zend_llist *) emalloc(sizeof(zend_llist));
H A Dbasic_functions.h178 zend_llist *user_tick_functions;
/PHP-5.5/ext/sqlite3/
H A Dphp_sqlite3_structs.h84 zend_llist free_list;
/PHP-5.5/ext/sockets/
H A Dconversions.c73 zend_llist keys,
81 zend_llist keys;
140 zend_llist *keys, in do_from_to_zval_err()
208 void allocations_dispose(zend_llist **allocations) in allocations_dispose()
1484 zend_llist **allocations /* out */, in from_zval_run_conversions()
H A Dconversions.h43 void allocations_dispose(zend_llist **allocations);
75 zend_llist **allocations /* out */,
H A Dsendrecvmsg.c171 zend_llist *allocations; in PHP_FUNCTION()
214 zend_llist *allocations; in PHP_FUNCTION()
317 zend_llist *allocations = NULL; in php_do_setsockopt_ipv6_rfc3542()
/PHP-5.5/ext/session/
H A Dsession.c1301 zend_llist *l = &SG(sapi_headers).headers;
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_structs.h114 zend_llist * error_list;
H A Dmysqlnd_driver.c152 data->error_info->error_list = mnd_pecalloc(1, sizeof(zend_llist), persistent); in MYSQLND_METHOD()
232 stmt->error_info->error_list = mnd_pecalloc(1, sizeof(zend_llist), ret->persistent); in MYSQLND_METHOD()
/PHP-5.5/ext/libxml/
H A Dlibxml.c991 LIBXML(error_list) = (zend_llist *) emalloc(sizeof(zend_llist)); in PHP_FUNCTION()
H A Dphp_libxml.h45 zend_llist *error_list;
/PHP-5.5/ext/curl/
H A Dphp_curl.h169 zend_llist str;
170 zend_llist post;
192 zend_llist easyh;
/PHP-5.5/
H A Dconfigure.in1483 zend_execute_API.c zend_highlight.c zend_llist.c \

Completed in 125 milliseconds

12