Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/ext/grpc/
Dcall_credentials.c99 zend_fcall_info_cache *fci_cache; in PHP_METHOD() local
102 fci_cache = (zend_fcall_info_cache *)malloc(sizeof(zend_fcall_info_cache)); in PHP_METHOD()
104 memset(fci_cache, 0, sizeof(zend_fcall_info_cache)); in PHP_METHOD()
107 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "f*", fci, fci_cache, in PHP_METHOD()
112 free(fci_cache); in PHP_METHOD()
122 state->fci_cache = fci_cache; in PHP_METHOD()
171 zend_call_function(state->fci, state->fci_cache TSRMLS_CC); in plugin_get_metadata()
229 free(state->fci_cache); in plugin_destroy_state()
Dcall_credentials.h44 zend_fcall_info_cache *fci_cache; member