Home
last modified time | relevance | path

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

/PHP-7.0/ext/pdo_firebird/
H A Dfirebird_driver.c324 char tpb[8] = { isc_tpb_version3 }, *ptpb = tpb+1; in firebird_handle_begin() local
365 if (isc_start_transaction(H->isc_status, &H->tr, 1, &H->db, (unsigned short)(ptpb-tpb), tpb)) { in firebird_handle_begin()
/PHP-7.0/ext/interbase/
H A Dinterbase.c1149 char *tpb; in PHP_FUNCTION() local
1159 tpb = (char *) safe_emalloc(TPB_MAX_SIZE,argn,0); in PHP_FUNCTION()
1169 efree(tpb); in PHP_FUNCTION()
1175 memcpy(&tpb[TPB_MAX_SIZE * link_cnt], last_tpb, TPB_MAX_SIZE); in PHP_FUNCTION()
1180 teb[link_cnt].tpb_ptr = &tpb[TPB_MAX_SIZE * link_cnt]; in PHP_FUNCTION()
1229 efree(tpb); in PHP_FUNCTION()

Completed in 12 milliseconds