Home
last modified time | relevance | path

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

/PHP-7.2/ext/oci8/
H A Doci8_collection.c49 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); in php_oci_collection_trim()
299 sword errstatus; in php_oci_collection_append_null() local
305 errstatus = php_oci_error(connection->err, errstatus); 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.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
505 sword errstatus; in php_oci_statement_execute() local
981 sword errstatus; in php_oci_bind_post_exec() local
1120 sword errstatus; in php_oci_bind_by_name() local
1562 sword errstatus; in php_oci_statement_get_type() local
1585 sword errstatus; in php_oci_statement_get_numrows() local
1608 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.c934 sword errstatus; in PHP_INI_END() local
1597 sword errstatus; in php_oci_fetch_sqltext_offset() local
2098 sword errstatus; in php_oci_connection_ping() local
2142 sword errstatus; in php_oci_connection_status() local
2162 sword errstatus; in php_oci_connection_rollback() local
2183 sword errstatus; in php_oci_connection_commit() local
2390 sword errstatus; in php_oci_password_change() local
2432 sword errstatus; in php_oci_server_get_version() local
2621 sword errstatus; in php_oci_fetch_row() local
2627 if (errstatus) { in php_oci_fetch_row()
[all …]
H A Doci8_interface.c1855 sword errstatus; in PHP_FUNCTION() local
1866 if (errstatus != OCI_SUCCESS) { in PHP_FUNCTION()
1867 connection->errcode = php_oci_error(connection->err, errstatus); in PHP_FUNCTION()
1940 sword errstatus; in PHP_FUNCTION() local
1951 if (errstatus != OCI_SUCCESS) { in PHP_FUNCTION()
1952 connection->errcode = php_oci_error(connection->err, errstatus); in PHP_FUNCTION()
1973 sword errstatus; in PHP_FUNCTION() local
1984 if (errstatus != OCI_SUCCESS) { in PHP_FUNCTION()
1985 connection->errcode = php_oci_error(connection->err, errstatus); in PHP_FUNCTION()
2006 sword errstatus; in PHP_FUNCTION() local
[all …]
/PHP-7.2/ext/bcmath/libbcmath/
H A Dmkinstalldirs8 errstatus=0
27 errstatus=$lasterr
34 exit $errstatus
/PHP-7.2/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 54 milliseconds