Home
last modified time | relevance | path

Searched refs:server_push (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/curl/
H A Dmulti.c400 …zend_call_known_fcc(&mh->handlers.server_push, &retval, /* param_count */ 3, call_args, /* named_p… in _php_server_push_callback()
447 if (ZEND_FCC_INITIALIZED(mh->handlers.server_push)) { in _php_curl_multi_setopt()
448 zend_fcc_dtor(&mh->handlers.server_push); in _php_curl_multi_setopt()
452 … */ NULL, /* check_flags */ 0, /* callable_name */ NULL, &mh->handlers.server_push, /* error */ &e… in _php_curl_multi_setopt()
459 zend_fcc_addref(&mh->handlers.server_push); in _php_curl_multi_setopt()
544 if (ZEND_FCC_INITIALIZED(mh->handlers.server_push)) { in curl_multi_free_obj()
545 zend_fcc_dtor(&mh->handlers.server_push); in curl_multi_free_obj()
557 if (ZEND_FCC_INITIALIZED(curl_multi->handlers.server_push)) { in curl_multi_get_gc()
558 zend_get_gc_buffer_add_fcc(gc_buffer, &curl_multi->handlers.server_push); in curl_multi_get_gc()
H A Dcurl_private.h110 zend_fcall_info_cache server_push; member

Completed in 7 milliseconds