Home
last modified time | relevance | path

Searched refs:pDest (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h174 void php_com_typelibrary_dtor(zval *pDest);
H A Dcom_typeinfo.c244 void php_com_typelibrary_dtor(zval *pDest) in php_com_typelibrary_dtor() argument
246 ITypeLib *Lib = (ITypeLib*)Z_PTR_P(pDest); in php_com_typelibrary_dtor()
/PHP-7.4/Zend/
H A Dzend_hash.h147 typedef int (*apply_func_t)(zval *pDest);
148 typedef int (*apply_func_arg_t)(zval *pDest, void *argument);
149 typedef int (*apply_func_args_t)(zval *pDest, int num_args, va_list args, zend_hash_key *hash_key);
H A Dzend_types.h101 typedef void (*dtor_func_t)(zval *pDest);
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c84 mysqlnd_error_list_pdtor(void * pDest) in mysqlnd_error_list_pdtor() argument
86 MYSQLND_ERROR_LIST_ELEMENT * element = (MYSQLND_ERROR_LIST_ELEMENT *) pDest; in mysqlnd_error_list_pdtor()

Completed in 24 milliseconds