Home
last modified time | relevance | path

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

/PHP-7.3/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h177 void php_com_typelibrary_dtor(zval *pDest);
H A Dcom_typeinfo.c223 void php_com_typelibrary_dtor(zval *pDest) in php_com_typelibrary_dtor() argument
225 ITypeLib *Lib = (ITypeLib*)Z_PTR_P(pDest); in php_com_typelibrary_dtor()
/PHP-7.3/Zend/
H A Dzend_hash.h138 typedef int (*apply_func_t)(zval *pDest);
139 typedef int (*apply_func_arg_t)(zval *pDest, void *argument);
140 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.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c74389 b.pDest = pTo;
86273 pDest->z = pDest->zMalloc;
86303 sqlite3VdbeSerialGet((const u8*)pDest->z, t, pDest);
90588 Mem *pDest;
118620 if( pDest->iPKey>=0 ) onError = pDest->keyConf;
118669 if( pSrc->tnum==pDest->tnum && pSrc->pSchema==pDest->pSchema ){
118778 (pDest->iPKey<0 && pDest->pIndex!=0) /* (1) */
127166 dest = *pDest;
130254 assert(pDest->eDest==SRT_Exists || pDest->eDest==SRT_Union ||
130257 pDest->eDest==SRT_DistQueue || pDest->eDest==SRT_Fifo);
[all …]
H A Dsqlite3.h8287 sqlite3 *pDest, /* Destination database handle */
/PHP-7.3/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 449 milliseconds