Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c268 isc_blob_handle blobh = PDO_FIREBIRD_HANDLE_INITIALIZER; in firebird_fetch_blob() local
274 if (isc_open_blob(H->isc_status, &H->db, &H->tr, &blobh, blob_id)) { in firebird_fetch_blob()
279 if (isc_blob_info(H->isc_status, &blobh, 1, const_cast(&bl_item), in firebird_fetch_blob()
324 stat = isc_get_segment(H->isc_status, &blobh, &seg_len, chunk_size, &(*ptr)[cur_len]); in firebird_fetch_blob()
337 if (isc_close_blob(H->isc_status, &blobh)) { in firebird_fetch_blob()

Completed in 7 milliseconds