Home
last modified time | relevance | path

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

/PHP-5.3/ext/oci8/
H A Doci8_collection.c233 connection->errcode = php_oci_error(connection->err, connection->errcode TSRMLS_CC); in php_oci_collection_create()
248 connection->errcode = php_oci_error(connection->err, connection->errcode TSRMLS_CC); in php_oci_collection_size()
276 connection->errcode = php_oci_error(connection->err, connection->errcode TSRMLS_CC); in php_oci_collection_trim()
294 connection->errcode = php_oci_error(connection->err, connection->errcode TSRMLS_CC); in php_oci_collection_append_null()
314 connection->errcode = php_oci_error(connection->err, connection->errcode TSRMLS_CC); in php_oci_collection_append_date()
330 connection->errcode = php_oci_error(connection->err, connection->errcode TSRMLS_CC); in php_oci_collection_append_date()
358 connection->errcode = php_oci_error(connection->err, connection->errcode TSRMLS_CC); in php_oci_collection_append_number()
374 connection->errcode = php_oci_error(connection->err, connection->errcode TSRMLS_CC); in php_oci_collection_append_number()
393 connection->errcode = php_oci_error(connection->err, connection->errcode TSRMLS_CC); in php_oci_collection_append_string()
409 connection->errcode = php_oci_error(connection->err, connection->errcode TSRMLS_CC); in php_oci_collection_append_string()
[all …]
H A Doci8_lob.c78 OCI_G(errcode) = php_oci_error(OCI_G(err), OCI_G(errcode) TSRMLS_CC); in php_oci_lob_create()
129 connection->errcode = php_oci_error(connection->err, connection->errcode TSRMLS_CC); in php_oci_lob_get_length()
138 connection->errcode = php_oci_error(connection->err, connection->errcode TSRMLS_CC); in php_oci_lob_get_length()
149 connection->errcode = php_oci_error(connection->err, connection->errcode TSRMLS_CC); in php_oci_lob_get_length()
220 connection->errcode = php_oci_error(connection->err, connection->errcode TSRMLS_CC); in php_oci_lob_calculate_buffer()
292 connection->errcode = php_oci_error(connection->err, connection->errcode TSRMLS_CC); in php_oci_lob_read()
302 connection->errcode = php_oci_error(connection->err, connection->errcode TSRMLS_CC); in php_oci_lob_read()
316 connection->errcode = php_oci_error(connection->err, connection->errcode TSRMLS_CC); in php_oci_lob_read()
395 connection->errcode = php_oci_error(connection->err, connection->errcode TSRMLS_CC); in php_oci_lob_read()
468 connection->errcode = php_oci_error(connection->err, connection->errcode TSRMLS_CC); in php_oci_lob_write()
[all …]
H A Doci8_statement.c74 connection->errcode = php_oci_error(connection->err, connection->errcode TSRMLS_CC); in php_oci_statement_create()
126 statement->errcode = php_oci_error(statement->err, statement->errcode TSRMLS_CC); in php_oci_statement_set_prefetch()
295 statement->errcode = php_oci_error(statement->err, statement->errcode TSRMLS_CC); in php_oci_statement_fetch()
436 statement->errcode = php_oci_error(statement->err, statement->errcode TSRMLS_CC); in php_oci_statement_execute()
464 statement->errcode = php_oci_error(statement->err, statement->errcode TSRMLS_CC); in php_oci_statement_execute()
493 statement->errcode = php_oci_error(statement->err, statement->errcode TSRMLS_CC); in php_oci_statement_execute()
513 statement->errcode = php_oci_error(statement->err, statement->errcode TSRMLS_CC); in php_oci_statement_execute()
1141 statement->errcode = php_oci_error(statement->err, statement->errcode TSRMLS_CC); in php_oci_bind_by_name()
1374 statement->errcode = php_oci_error(statement->err, statement->errcode TSRMLS_CC); in php_oci_statement_get_type()
1395 statement->errcode = php_oci_error(statement->err, statement->errcode TSRMLS_CC); in php_oci_statement_get_numrows()
[all …]
H A Doci8.c2740 php_oci_error(OCI_G(err), OCI_G(errcode) TSRMLS_CC); in php_oci_create_spool()
2752 php_oci_error(OCI_G(err), OCI_G(errcode) TSRMLS_CC); in php_oci_create_spool()
2769 php_oci_error(OCI_G(err), OCI_G(errcode) TSRMLS_CC); in php_oci_create_spool()
2789 php_oci_error(OCI_G(err), OCI_G(errcode) TSRMLS_CC); in php_oci_create_spool()
2798 php_oci_error(OCI_G(err), OCI_G(errcode) TSRMLS_CC); in php_oci_create_spool()
2810 php_oci_error(OCI_G(err), OCI_G(errcode) TSRMLS_CC); in php_oci_create_spool()
2960 php_oci_error(OCI_G(err), OCI_G(errcode) TSRMLS_CC); in php_oci_old_create_session()
2968 php_oci_error(OCI_G(err), OCI_G(errcode) TSRMLS_CC); in php_oci_old_create_session()
2977 php_oci_error(OCI_G(err), OCI_G(errcode) TSRMLS_CC); in php_oci_old_create_session()
2985 php_oci_error(OCI_G(err), OCI_G(errcode) TSRMLS_CC); in php_oci_old_create_session()
[all …]
H A Doci8_interface.c1772 php_oci_error(OCI_G(err), OCI_G(errcode) TSRMLS_CC);
1830 php_oci_error(OCI_G(err), OCI_G(errcode) TSRMLS_CC);
1861 php_oci_error(OCI_G(err), OCI_G(errcode) TSRMLS_CC);
1892 php_oci_error(OCI_G(err), OCI_G(errcode) TSRMLS_CC);
H A Dphp_oci8_int.h377 sb4 php_oci_error (OCIError *, sword TSRMLS_DC);

Completed in 35 milliseconds