Home
last modified time | relevance | path

Searched refs:zend_llist_get_first_ex (Results 1 – 10 of 10) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_llist.h66 ZEND_API void *zend_llist_get_first_ex(zend_llist *l, zend_llist_position *pos);
71 #define zend_llist_get_first(l) zend_llist_get_first_ex(l, NULL)
H A Dzend_llist.c260 ZEND_API void *zend_llist_get_first_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_first_ex() function
/PHP-5.3/ext/curl/
H A Dmulti.c222 for(pz_ch = (zval *)zend_llist_get_first_ex(&mh->easyh, &pos); pz_ch; in PHP_FUNCTION()
295 for(pz_ch = (zval *)zend_llist_get_first_ex(&mh->easyh, &pos); pz_ch; in PHP_FUNCTION()
347 for(pz_ch = (zval *)zend_llist_get_first_ex(&mh->easyh, &pos); pz_ch; in _php_curl_multi_close()
/PHP-5.3/sapi/litespeed/
H A Dlsapi_main.c324 h = zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_lsapi_send_headers()
1085 h = zend_llist_get_first_ex(&SG(sapi_headers).headers, &pos); in PHP_FUNCTION()
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_log.c301 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in fpm_log_write()
H A Dfpm_main.c426 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
460 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
/PHP-5.3/sapi/tux/
H A Dphp_tux.c131 h = zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_tux_send_headers()
/PHP-5.3/sapi/thttpd/
H A Dthttpd.c199 h = zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_thttpd_send_headers()
/PHP-5.3/sapi/cgi/
H A Dcgi_main.c423 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
457 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
/PHP-5.3/main/streams/
H A Dstreams.c189 for (err_buf_p = zend_llist_get_first_ex(err_list, &pos), i = 0; in php_stream_display_wrapper_errors()
199 for (err_buf_p = zend_llist_get_first_ex(err_list, &pos), i = 0; in php_stream_display_wrapper_errors()

Completed in 34 milliseconds