Home
last modified time | relevance | path

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

/third_party/grpc/src/php/ext/grpc/
Dcall_credentials.c104 zend_fcall_info_cache *fci_cache; in PHP_METHOD() local
107 fci_cache = (zend_fcall_info_cache *)malloc(sizeof(zend_fcall_info_cache)); in PHP_METHOD()
109 memset(fci_cache, 0, sizeof(zend_fcall_info_cache)); in PHP_METHOD()
112 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "f*", fci, fci_cache, in PHP_METHOD()
117 free(fci_cache); in PHP_METHOD()
127 state->fci_cache = fci_cache; in PHP_METHOD()
170 zend_call_function(state->fci, state->fci_cache TSRMLS_CC); in plugin_get_metadata()
224 free(state->fci_cache); in plugin_destroy_state()
Dcall_credentials.h44 zend_fcall_info_cache *fci_cache; member