Searched refs:tpb (Results 1 – 2 of 2) sorted by relevance
/PHP-7.3/ext/pdo_firebird/ |
H A D | firebird_driver.c | 286 char tpb[8] = { isc_tpb_version3 }, *ptpb = tpb+1; in firebird_handle_begin() local 327 if (isc_start_transaction(H->isc_status, &H->tr, 1, &H->db, (unsigned short)(ptpb-tpb), tpb)) { in firebird_handle_begin()
|
/PHP-7.3/ext/interbase/ |
H A D | interbase.c | 1142 char *tpb; in PHP_FUNCTION() local 1152 tpb = (char *) safe_emalloc(TPB_MAX_SIZE,argn,0); in PHP_FUNCTION() 1162 efree(tpb); in PHP_FUNCTION() 1168 memcpy(&tpb[TPB_MAX_SIZE * link_cnt], last_tpb, TPB_MAX_SIZE); in PHP_FUNCTION() 1173 teb[link_cnt].tpb_ptr = &tpb[TPB_MAX_SIZE * link_cnt]; in PHP_FUNCTION() 1222 efree(tpb); in PHP_FUNCTION()
|
Completed in 8 milliseconds