PHP_OCI_LOB_BUFFER_USED 838 ext/oci8/oci8.c if (descriptor && descriptor->buffering == PHP_OCI_LOB_BUFFER_USED && (descriptor->type == OCI_DTYPE_LOB || descriptor->type == OCI_DTYPE_FILE)) { PHP_OCI_LOB_BUFFER_USED 474 ext/oci8/oci8_lob.c descriptor->buffering = PHP_OCI_LOB_BUFFER_USED; PHP_OCI_LOB_BUFFER_USED 644 ext/oci8/oci8_lob.c if (descriptor->buffering != PHP_OCI_LOB_BUFFER_USED) { PHP_OCI_LOB_BUFFER_USED 675 ext/oci8/oci8_lob.c if ((descriptor->type == OCI_DTYPE_FILE || descriptor->type == OCI_DTYPE_LOB) && descriptor->buffering == PHP_OCI_LOB_BUFFER_USED) {