Home
last modified time | relevance | path

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

/PHP-5.6/ext/pdo_firebird/
H A Dfirebird_driver.c318 char tpb[8] = { isc_tpb_version3 }, *ptpb = tpb+1; in firebird_handle_begin() local
359 if (isc_start_transaction(H->isc_status, &H->tr, 1, &H->db, (unsigned short)(ptpb-tpb), tpb)) { in firebird_handle_begin()
/PHP-5.6/ext/interbase/
H A Dinterbase.c1143 char *tpb; in PHP_FUNCTION() local
1154 tpb = (char *) safe_emalloc(TPB_MAX_SIZE,argn,0); in PHP_FUNCTION()
1164 efree(tpb); in PHP_FUNCTION()
1171 memcpy(&tpb[TPB_MAX_SIZE * link_cnt], last_tpb, TPB_MAX_SIZE); in PHP_FUNCTION()
1176 teb[link_cnt].tpb_ptr = &tpb[TPB_MAX_SIZE * link_cnt]; in PHP_FUNCTION()
1226 efree(tpb); in PHP_FUNCTION()

Completed in 8 milliseconds