Home
last modified time | relevance | path

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

/PHP-5.6/ext/oci8/
H A Doci8_collection.c53 sword errstatus; in php_oci_collection_create() local
247 sword errstatus; in php_oci_collection_size() local
279 sword errstatus; in php_oci_collection_trim() local
284 errstatus = php_oci_error(connection->err, errstatus TSRMLS_CC); in php_oci_collection_trim()
299 sword errstatus; in php_oci_collection_append_null() local
305 errstatus = php_oci_error(connection->err, errstatus TSRMLS_CC); in php_oci_collection_append_null()
321 sword errstatus; in php_oci_collection_append_date() local
362 sword errstatus; in php_oci_collection_append_number() local
402 sword errstatus; in php_oci_collection_append_string() local
484 sword errstatus; in php_oci_collection_element_get() local
[all …]
H A Doci8_lob.c57 sword errstatus; in php_oci_lob_create() local
124 sword errstatus; in php_oci_lob_get_length() local
217 sword errstatus; in php_oci_lob_calculate_buffer() local
256 sword errstatus; in php_oci_lob_read() local
409 sword errstatus; in php_oci_lob_write() local
441 if (errstatus) { in php_oci_lob_write()
469 sword errstatus; in php_oci_lob_set_buffering() local
516 sword errstatus; in php_oci_lob_copy() local
565 sword errstatus; in php_oci_lob_close() local
592 sword errstatus; in php_oci_temp_lob_close() local
[all …]
H A Doci8_statement.c49 sword errstatus; in php_oci_statement_create() local
136 sword errstatus; in php_oci_get_implicit_resultset()
188 sword errstatus; in php_oci_statement_set_prefetch() local
252 sword errstatus; in php_oci_statement_fetch() local
492 sword errstatus; in php_oci_statement_execute() local
969 sword errstatus; in php_oci_bind_post_exec() local
1094 sword errstatus; in php_oci_bind_by_name() local
1493 sword errstatus; in php_oci_statement_get_type() local
1516 sword errstatus; in php_oci_statement_get_numrows() local
1539 sword errstatus; in php_oci_bind_array_by_name() local
[all …]
H A Doci8.c1087 sword errstatus; in PHP_INI_END() local
1728 sword errstatus; in php_oci_fetch_sqltext_offset() local
2209 sword errstatus; in php_oci_connection_ping() local
2253 sword errstatus; in php_oci_connection_status() local
2273 sword errstatus; in php_oci_connection_rollback() local
2294 sword errstatus; in php_oci_connection_commit() local
2482 sword errstatus; in php_oci_password_change() local
2526 sword errstatus; in php_oci_server_get_version() local
2703 sword errstatus; in php_oci_fetch_row() local
2709 if (errstatus) { in php_oci_fetch_row()
[all …]
H A Doci8_interface.c1748 sword errstatus; local
1758 if (errstatus != OCI_SUCCESS) {
1759 connection->errcode = php_oci_error(connection->err, errstatus TSRMLS_CC);
1832 sword errstatus; local
1842 if (errstatus != OCI_SUCCESS) {
1843 connection->errcode = php_oci_error(connection->err, errstatus TSRMLS_CC);
1864 sword errstatus; local
1874 if (errstatus != OCI_SUCCESS) {
1875 connection->errcode = php_oci_error(connection->err, errstatus TSRMLS_CC);
1896 sword errstatus; local
[all …]
/PHP-5.6/ext/bcmath/libbcmath/
H A Dmkinstalldirs8 errstatus=0
27 errstatus=$lasterr
34 exit $errstatus
/PHP-5.6/build/
H A Dshtool952 errstatus=0
958 errstatus=1
969 mkdir $p || errstatus=$?
974 chown $opt_o $p || errstatus=$?
980 chgrp $opt_g $p || errstatus=$?
986 chmod $opt_m $p || errstatus=$?
1011 [ -d "$pathcomp" ] || errstatus=${_errstatus}
1018 chown $opt_o $pathcomp || errstatus=$?
1024 chgrp $opt_g $pathcomp || errstatus=$?
1030 chmod $opt_m $pathcomp || errstatus=$?
[all …]

Completed in 126 milliseconds