Home
last modified time | relevance | path

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

/PHP-7.1/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
124 sword errstatus; in php_oci_lob_get_length() local
216 sword errstatus; in php_oci_lob_calculate_buffer() local
255 sword errstatus; in php_oci_lob_read() local
408 sword errstatus; in php_oci_lob_write() local
440 if (errstatus) { in php_oci_lob_write()
468 sword errstatus; in php_oci_lob_set_buffering() local
515 sword errstatus; in php_oci_lob_copy() local
564 sword errstatus; in php_oci_lob_close() local
591 sword errstatus; in php_oci_temp_lob_close() local
[all …]
H A Doci8_statement.c53 sword errstatus; in php_oci_statement_create() local
145 sword errstatus; in php_oci_get_implicit_resultset()
202 sword errstatus; in php_oci_statement_set_prefetch() local
266 sword errstatus; in php_oci_statement_fetch() local
510 sword errstatus; in php_oci_statement_execute() local
994 sword errstatus; in php_oci_bind_post_exec() local
1133 sword errstatus; in php_oci_bind_by_name() local
1590 sword errstatus; in php_oci_statement_get_type() local
1613 sword errstatus; in php_oci_statement_get_numrows() local
1636 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
1600 sword errstatus; in php_oci_fetch_sqltext_offset() local
2112 sword errstatus; in php_oci_connection_ping() local
2156 sword errstatus; in php_oci_connection_status() local
2176 sword errstatus; in php_oci_connection_rollback() local
2197 sword errstatus; in php_oci_connection_commit() local
2402 sword errstatus; in php_oci_password_change() local
2444 sword errstatus; in php_oci_server_get_version() local
2636 sword errstatus; in php_oci_fetch_row() local
2642 if (errstatus) { in php_oci_fetch_row()
[all …]
H A Doci8_interface.c1830 sword errstatus; in PHP_FUNCTION() local
1840 if (errstatus != OCI_SUCCESS) { in PHP_FUNCTION()
1841 connection->errcode = php_oci_error(connection->err, errstatus); in PHP_FUNCTION()
1914 sword errstatus; in PHP_FUNCTION() local
1924 if (errstatus != OCI_SUCCESS) { in PHP_FUNCTION()
1925 connection->errcode = php_oci_error(connection->err, errstatus); in PHP_FUNCTION()
1946 sword errstatus; in PHP_FUNCTION() local
1956 if (errstatus != OCI_SUCCESS) { in PHP_FUNCTION()
1957 connection->errcode = php_oci_error(connection->err, errstatus); in PHP_FUNCTION()
1978 sword errstatus; in PHP_FUNCTION() local
[all …]
/PHP-7.1/ext/bcmath/libbcmath/
H A Dmkinstalldirs8 errstatus=0
27 errstatus=$lasterr
34 exit $errstatus
/PHP-7.1/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 42 milliseconds