Home
last modified time | relevance | path

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

/PHP-7.0/ext/oci8/
H A Doci8_collection.c49 sword errstatus; in php_oci_collection_create() local
243 sword errstatus; in php_oci_collection_size() local
275 sword errstatus; in php_oci_collection_trim() local
280 errstatus = php_oci_error(connection->err, errstatus); in php_oci_collection_trim()
295 sword errstatus; in php_oci_collection_append_null() local
301 errstatus = php_oci_error(connection->err, errstatus); in php_oci_collection_append_null()
317 sword errstatus; in php_oci_collection_append_date() local
358 sword errstatus; in php_oci_collection_append_number() local
398 sword errstatus; in php_oci_collection_append_string() local
480 sword errstatus; in php_oci_collection_element_get() local
[all …]
H A Doci8_lob.c53 sword errstatus; in php_oci_lob_create() local
120 sword errstatus; in php_oci_lob_get_length() local
212 sword errstatus; in php_oci_lob_calculate_buffer() local
251 sword errstatus; in php_oci_lob_read() local
404 sword errstatus; in php_oci_lob_write() local
436 if (errstatus) { in php_oci_lob_write()
464 sword errstatus; in php_oci_lob_set_buffering() local
511 sword errstatus; in php_oci_lob_copy() local
560 sword errstatus; in php_oci_lob_close() local
587 sword errstatus; in php_oci_temp_lob_close() local
[all …]
H A Doci8_statement.c53 sword errstatus; in php_oci_statement_create() local
141 sword errstatus; in php_oci_get_implicit_resultset()
193 sword errstatus; in php_oci_statement_set_prefetch() local
257 sword errstatus; in php_oci_statement_fetch() local
497 sword errstatus; in php_oci_statement_execute() local
977 sword errstatus; in php_oci_bind_post_exec() local
1112 sword errstatus; in php_oci_bind_by_name() local
1553 sword errstatus; in php_oci_statement_get_type() local
1576 sword errstatus; in php_oci_statement_get_numrows() local
1599 sword errstatus; in php_oci_bind_array_by_name() local
[all …]
H A Doci8_failover.c100 sword errstatus; in php_oci_register_taf_callback() local
140 …PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, (connection->server, (ub4) OCI_HTYPE_SERVER, (void *) &… in php_oci_register_taf_callback()
142 if (errstatus != OCI_SUCCESS) { in php_oci_register_taf_callback()
145 connection->errcode = php_oci_error(connection->err, errstatus); in php_oci_register_taf_callback()
H A Doci8.c933 sword errstatus; in PHP_INI_END() local
1596 sword errstatus; in php_oci_fetch_sqltext_offset() local
2086 sword errstatus; in php_oci_connection_ping() local
2130 sword errstatus; in php_oci_connection_status() local
2150 sword errstatus; in php_oci_connection_rollback() local
2171 sword errstatus; in php_oci_connection_commit() local
2376 sword errstatus; in php_oci_password_change() local
2418 sword errstatus; in php_oci_server_get_version() local
2602 sword errstatus; in php_oci_fetch_row() local
2608 if (errstatus) { in php_oci_fetch_row()
[all …]
H A Doci8_interface.c1802 sword errstatus; in PHP_FUNCTION() local
1812 if (errstatus != OCI_SUCCESS) { in PHP_FUNCTION()
1813 connection->errcode = php_oci_error(connection->err, errstatus); in PHP_FUNCTION()
1886 sword errstatus; in PHP_FUNCTION() local
1896 if (errstatus != OCI_SUCCESS) { in PHP_FUNCTION()
1897 connection->errcode = php_oci_error(connection->err, errstatus); in PHP_FUNCTION()
1918 sword errstatus; in PHP_FUNCTION() local
1928 if (errstatus != OCI_SUCCESS) { in PHP_FUNCTION()
1929 connection->errcode = php_oci_error(connection->err, errstatus); in PHP_FUNCTION()
1950 sword errstatus; in PHP_FUNCTION() local
[all …]
/PHP-7.0/ext/bcmath/libbcmath/
H A Dmkinstalldirs8 errstatus=0
27 errstatus=$lasterr
34 exit $errstatus
/PHP-7.0/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 93 milliseconds