Home
last modified time | relevance | path

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

/PHP-8.0/ext/pdo_firebird/
H A Dfirebird_statement.c266 isc_blob_handle blobh = PDO_FIREBIRD_HANDLE_INITIALIZER; in firebird_fetch_blob() local
272 if (isc_open_blob(H->isc_status, &H->db, &H->tr, &blobh, blob_id)) { in firebird_fetch_blob()
277 if (isc_blob_info(H->isc_status, &blobh, 1, const_cast(&bl_item), in firebird_fetch_blob()
322 stat = isc_get_segment(H->isc_status, &blobh, &seg_len, chunk_size, &(*ptr)[cur_len]); in firebird_fetch_blob()
335 if (isc_close_blob(H->isc_status, &blobh)) { in firebird_fetch_blob()

Completed in 7 milliseconds