Lines Matching refs:last_tpb
1134 char last_tpb[TPB_MAX_SIZE]; in PHP_FUNCTION() local
1175 memcpy(&tpb[TPB_MAX_SIZE * link_cnt], last_tpb, TPB_MAX_SIZE); in PHP_FUNCTION()
1192 last_tpb[tpb_len++] = isc_tpb_version3; in PHP_FUNCTION()
1196 last_tpb[tpb_len++] = isc_tpb_read; in PHP_FUNCTION()
1198 last_tpb[tpb_len++] = isc_tpb_write; in PHP_FUNCTION()
1203 last_tpb[tpb_len++] = isc_tpb_read_committed; in PHP_FUNCTION()
1205 last_tpb[tpb_len++] = isc_tpb_rec_version; in PHP_FUNCTION()
1207 last_tpb[tpb_len++] = isc_tpb_no_rec_version; in PHP_FUNCTION()
1210 last_tpb[tpb_len++] = isc_tpb_consistency; in PHP_FUNCTION()
1212 last_tpb[tpb_len++] = isc_tpb_concurrency; in PHP_FUNCTION()
1217 last_tpb[tpb_len++] = isc_tpb_nowait; in PHP_FUNCTION()
1219 last_tpb[tpb_len++] = isc_tpb_wait; in PHP_FUNCTION()
1239 result = isc_start_transaction(IB_STATUS, &tr_handle, 1, &ib_link[0]->handle, tpb_len, last_tpb); in PHP_FUNCTION()