Home
last modified time | relevance | path

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

/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c371 isc_blob_handle blobh = PDO_FIREBIRD_HANDLE_INITIALIZER; in php_firebird_fetch_blob() local
378 if (isc_open_blob(H->isc_status, &H->db, &H->tr, &blobh, blob_id)) { in php_firebird_fetch_blob()
383 if (isc_blob_info(H->isc_status, &blobh, 1, const_cast(&bl_item), in php_firebird_fetch_blob()
431 stat = isc_get_segment(H->isc_status, &blobh, &seg_len, chunk_size, ZSTR_VAL(str) + cur_len); in php_firebird_fetch_blob()
446 if (isc_close_blob(H->isc_status, &blobh)) { in php_firebird_fetch_blob()

Completed in 14 milliseconds