Searched refs:pDest (Results 1 – 7 of 7) sorted by relevance
177 void php_com_typelibrary_dtor(zval *pDest);
223 void php_com_typelibrary_dtor(zval *pDest) in php_com_typelibrary_dtor() argument225 ITypeLib *Lib = (ITypeLib*)Z_PTR_P(pDest); in php_com_typelibrary_dtor()
138 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);
101 typedef void (*dtor_func_t)(zval *pDest);
74389 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 …]
8287 sqlite3 *pDest, /* Destination database handle */
84 mysqlnd_error_list_pdtor(void * pDest) in mysqlnd_error_list_pdtor() argument86 MYSQLND_ERROR_LIST_ELEMENT * element = (MYSQLND_ERROR_LIST_ELEMENT *) pDest; in mysqlnd_error_list_pdtor()
Completed in 597 milliseconds