Lines Matching refs:errstatus

57 	sword errstatus;  in php_oci_lob_create()  local
76 …PHP_OCI_CALL_RETURN(errstatus, OCIDescriptorAlloc, (connection->env, (dvoid*)&(descriptor->descrip… in php_oci_lob_create()
78 if (errstatus != OCI_SUCCESS) { in php_oci_lob_create()
79 OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus TSRMLS_CC); in php_oci_lob_create()
124 sword errstatus; in php_oci_lob_get_length() local
133 …PHP_OCI_CALL_RETURN(errstatus, OCILobFileOpen, (connection->svc, connection->err, descriptor->desc… in php_oci_lob_get_length()
134 if (errstatus != OCI_SUCCESS) { in php_oci_lob_get_length()
135 connection->errcode = php_oci_error(connection->err, errstatus TSRMLS_CC); in php_oci_lob_get_length()
141 …PHP_OCI_CALL_RETURN(errstatus, OCILobGetLength, (connection->svc, connection->err, descriptor->des… in php_oci_lob_get_length()
143 if (errstatus != OCI_SUCCESS) { in php_oci_lob_get_length()
144 connection->errcode = php_oci_error(connection->err, errstatus TSRMLS_CC); in php_oci_lob_get_length()
152 …PHP_OCI_CALL_RETURN(errstatus, OCILobFileClose, (connection->svc, connection->err, descriptor->des… in php_oci_lob_get_length()
154 if (errstatus != OCI_SUCCESS) { in php_oci_lob_get_length()
155 connection->errcode = php_oci_error(connection->err, errstatus TSRMLS_CC); in php_oci_lob_get_length()
217 sword errstatus; in php_oci_lob_calculate_buffer() local
224 …PHP_OCI_CALL_RETURN(errstatus, OCILobGetChunkSize, (connection->svc, connection->err, descriptor->… in php_oci_lob_calculate_buffer()
226 if (errstatus != OCI_SUCCESS) { in php_oci_lob_calculate_buffer()
227 connection->errcode = php_oci_error(connection->err, errstatus TSRMLS_CC); in php_oci_lob_calculate_buffer()
256 sword errstatus; in php_oci_lob_read() local
293 …PHP_OCI_CALL_RETURN(errstatus, OCILobFileOpen, (connection->svc, connection->err, descriptor->desc… in php_oci_lob_read()
295 if (errstatus != OCI_SUCCESS) { in php_oci_lob_read()
296 connection->errcode = php_oci_error(connection->err, errstatus TSRMLS_CC); in php_oci_lob_read()
303 …PHP_OCI_CALL_RETURN(errstatus, OCILobCharSetId, (connection->env, connection->err, descriptor->des… in php_oci_lob_read()
305 if (errstatus != OCI_SUCCESS) { in php_oci_lob_read()
306 connection->errcode = php_oci_error(connection->err, errstatus TSRMLS_CC); in php_oci_lob_read()
317 …PHP_OCI_CALL_RETURN(errstatus, OCINlsNumericInfoGet, (connection->env, connection->err, &bytes_per… in php_oci_lob_read()
319 if (errstatus != OCI_SUCCESS) { in php_oci_lob_read()
320 connection->errcode = php_oci_error(connection->err, errstatus TSRMLS_CC); in php_oci_lob_read()
343 PHP_OCI_CALL_RETURN(errstatus, OCILobRead2, in php_oci_lob_read()
369 if (errstatus != OCI_SUCCESS) { in php_oci_lob_read()
370 connection->errcode = php_oci_error(connection->err, errstatus TSRMLS_CC); in php_oci_lob_read()
383 …PHP_OCI_CALL_RETURN(errstatus, OCILobFileClose, (connection->svc, connection->err, descriptor->des… in php_oci_lob_read()
385 if (errstatus != OCI_SUCCESS) { in php_oci_lob_read()
386 connection->errcode = php_oci_error(connection->err, errstatus TSRMLS_CC); in php_oci_lob_read()
409 sword errstatus; in php_oci_lob_write() local
424 PHP_OCI_CALL_RETURN(errstatus, OCILobWrite, in php_oci_lob_write()
441 if (errstatus) { in php_oci_lob_write()
442 connection->errcode = php_oci_error(connection->err, errstatus TSRMLS_CC); in php_oci_lob_write()
469 sword errstatus; in php_oci_lob_set_buffering() local
482 …PHP_OCI_CALL_RETURN(errstatus, OCILobEnableBuffering, (connection->svc, connection->err, descripto… in php_oci_lob_set_buffering()
484 …PHP_OCI_CALL_RETURN(errstatus, OCILobDisableBuffering, (connection->svc, connection->err, descript… in php_oci_lob_set_buffering()
487 if (errstatus != OCI_SUCCESS) { in php_oci_lob_set_buffering()
488 connection->errcode = php_oci_error(connection->err, errstatus TSRMLS_CC); in php_oci_lob_set_buffering()
516 sword errstatus; in php_oci_lob_copy() local
537 PHP_OCI_CALL_RETURN(errstatus, OCILobCopy, in php_oci_lob_copy()
549 if (errstatus != OCI_SUCCESS) { in php_oci_lob_copy()
550 connection->errcode = php_oci_error(connection->err, errstatus TSRMLS_CC); in php_oci_lob_copy()
565 sword errstatus; in php_oci_lob_close() local
568 …PHP_OCI_CALL_RETURN(errstatus, OCILobClose, (connection->svc, connection->err, descriptor->descrip… in php_oci_lob_close()
570 if (errstatus != OCI_SUCCESS) { in php_oci_lob_close()
571 connection->errcode = php_oci_error(connection->err, errstatus TSRMLS_CC); in php_oci_lob_close()
592 sword errstatus; in php_oci_temp_lob_close() local
594 …PHP_OCI_CALL_RETURN(errstatus, OCILobIsTemporary, (connection->env,connection->err, descriptor->de… in php_oci_temp_lob_close()
596 if (errstatus != OCI_SUCCESS) { in php_oci_temp_lob_close()
597 connection->errcode = php_oci_error(connection->err, errstatus TSRMLS_CC); in php_oci_temp_lob_close()
603 …PHP_OCI_CALL_RETURN(errstatus, OCILobFreeTemporary, (connection->svc, connection->err, descriptor-… in php_oci_temp_lob_close()
605 if (errstatus != OCI_SUCCESS) { in php_oci_temp_lob_close()
606 connection->errcode = php_oci_error(connection->err, errstatus TSRMLS_CC); in php_oci_temp_lob_close()
622 sword errstatus; in php_oci_lob_flush() local
646 …PHP_OCI_CALL_RETURN(errstatus, OCILobFlushBuffer, (connection->svc, connection->err, lob, flush_fl… in php_oci_lob_flush()
648 if (errstatus != OCI_SUCCESS) { in php_oci_lob_flush()
649 connection->errcode = php_oci_error(connection->err, errstatus TSRMLS_CC); in php_oci_lob_flush()
718 sword errstatus; local
735 PHP_OCI_CALL_RETURN(errstatus,
753 if (errstatus != OCI_SUCCESS) {
754 connection->errcode = php_oci_error(connection->err, errstatus TSRMLS_CC);
777 sword errstatus; local
791 …PHP_OCI_CALL_RETURN(errstatus, OCILobAppend, (connection->svc, connection->err, lob_dest, lob_from…
793 if (errstatus != OCI_SUCCESS) {
794 connection->errcode = php_oci_error(connection->err, errstatus TSRMLS_CC);
810 sword errstatus; local
830 …PHP_OCI_CALL_RETURN(errstatus, OCILobTrim, (connection->svc, connection->err, lob, new_lob_length)…
832 if (errstatus != OCI_SUCCESS) {
833 connection->errcode = php_oci_error(connection->err, errstatus TSRMLS_CC);
852 sword errstatus; local
868 …PHP_OCI_CALL_RETURN(errstatus, OCILobErase, (connection->svc, connection->err, lob, (ub4 *)&length…
870 if (errstatus != OCI_SUCCESS) {
871 connection->errcode = php_oci_error(connection->err, errstatus TSRMLS_CC);
889 sword errstatus; local
891 PHP_OCI_CALL_RETURN(errstatus, OCILobIsEqual, (connection->env, first_lob, second_lob, result));
893 if (errstatus) {
894 connection->errcode = php_oci_error(connection->err, errstatus TSRMLS_CC);
910 sword errstatus; local
927 PHP_OCI_CALL_RETURN(errstatus, OCILobCreateTemporary,
940 if (errstatus) {
941 connection->errcode = php_oci_error(connection->err, errstatus TSRMLS_CC);
946 …PHP_OCI_CALL_RETURN(errstatus, OCILobOpen, (connection->svc, connection->err, lob, OCI_LOB_READWRI…
948 if (errstatus) {
949 connection->errcode = php_oci_error(connection->err, errstatus TSRMLS_CC);