Home
last modified time | relevance | path

Searched refs:error_code (Results 26 – 42 of 42) sorted by relevance

12

/PHP-7.0/ext/pdo_dblib/
H A Ddblib_driver.c111 S->err.sqlstate = stmt->error_code; in dblib_handle_preparer()
349 H->err.sqlstate = dbh->error_code; in pdo_dblib_handle_factory()
/PHP-7.0/ext/pdo_mysql/
H A Dmysql_statement.c470 strcpy(stmt->error_code, "HY093"); in pdo_mysql_stmt_param_hook()
488 strcpy(stmt->error_code, "HY093"); in pdo_mysql_stmt_param_hook()
653 strcpy(stmt->error_code, "HY000");
763 strcpy(stmt->error_code, "01004"); /* truncated */
/PHP-7.0/ext/pdo/
H A Dpdo_sql_parser.re227 strncpy(stmt->error_code, stmt->dbh->error_code, 6);
271 strncpy(stmt->error_code, stmt->dbh->error_code, 6);
H A Dpdo_stmt.c1659 if (stmt->error_code[0] == '\0') { in PHP_METHOD()
1663 RETURN_STRING(stmt->error_code); in PHP_METHOD()
1682 add_next_index_string(return_value, stmt->error_code); in PHP_METHOD()
/PHP-7.0/ext/pcre/
H A Dphp_pcre.c103 PCRE_G(error_code) = preg_code; in pcre_handle_exec_error()
127 pcre_globals->error_code = PHP_PCRE_NO_ERROR; in PHP_GINIT_FUNCTION()
812 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_match_impl()
1022 if (PCRE_G(error_code) == PHP_PCRE_NO_ERROR) { in php_pcre_match_impl()
1234 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_replace_impl()
1826 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_split_impl()
2084 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_grep_impl()
2138 RETURN_LONG(PCRE_G(error_code)); in PHP_FUNCTION()
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h258 unsigned char error_code; member
H A Dmysqlnd_wireprotocol.c2001 packet->error_code = uint1korr(p); in php_mysqlnd_prepare_read()
2005 if (ERROR_MARKER == packet->error_code) { in php_mysqlnd_prepare_read()
H A Dmysqlnd_ps.c318 if (0xFF == prepare_resp->error_code) { in mysqlnd_stmt_read_prepare_response()
/PHP-7.0/main/streams/
H A Dxp_socket.c722 xparam->outputs.error_code = err; in php_tcp_sockop_connect()
771 xparam->outputs.error_code = err; in php_tcp_sockop_connect()
805 &xparam->outputs.error_code in php_tcp_sockop_accept()
/PHP-7.0/ext/pdo_pgsql/
H A Dpgsql_driver.c82 pdo_error_type *pdo_err = stmt ? &stmt->error_code : &dbh->error_code; in _pdo_pgsql_error()
281 strcpy(dbh->error_code, stmt->error_code); in pgsql_handle_preparer()
/PHP-7.0/ext/pdo_sqlite/
H A Dsqlite_driver.c37 pdo_error_type *pdo_err = stmt ? &stmt->error_code : &dbh->error_code; in _pdo_sqlite_error()
/PHP-7.0/ext/oci8/
H A Doci8.c1575 sb4 error_code = 0; in php_oci_fetch_errmsg() local
1577 …PHP_OCI_CALL(OCIErrorGet, (error_handle, (ub4)1, NULL, &error_code, error_buf, (ub4)error_buf_size… in php_oci_fetch_errmsg()
1579 if (error_code) { in php_oci_fetch_errmsg()
1586 return error_code; in php_oci_fetch_errmsg()
2108 sb4 error_code = 0; in php_oci_connection_ping() local
2112 …OCIErrorGet(OCI_G(err), (ub4)1, NULL, &error_code, tmp_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)OCI_HTYP… in php_oci_connection_ping()
2113 if (error_code == 1010) { in php_oci_connection_ping()
2116 OCI_G(errcode) = error_code; in php_oci_connection_ping()
/PHP-7.0/ext/soap/
H A Dsoap.c76 char* _old_error_code = SOAP_GLOBAL(error_code);\
80 SOAP_GLOBAL(error_code) = "Server";\
85 SOAP_GLOBAL(error_code) = _old_error_code;\
91 char* _old_error_code = SOAP_GLOBAL(error_code);\
99 SOAP_GLOBAL(error_code) = "Client";\
124 SOAP_GLOBAL(error_code) = _old_error_code;\
583 soap_globals->error_code = NULL; in php_soap_init_globals()
612 SOAP_GLOBAL(error_code) = NULL; in PHP_RINIT_FUNCTION()
2165 char* code = SOAP_GLOBAL(error_code);
2212 !SOAP_GLOBAL(error_code) ||
[all …]
H A Dphp_sdl.c3158 char* old_error_code = SOAP_GLOBAL(error_code); in get_sdl()
3311 SOAP_GLOBAL(error_code) = "WSDL"; in get_sdl()
3318 SOAP_GLOBAL(error_code) = old_error_code; in get_sdl()
/PHP-7.0/ext/pdo_odbc/
H A Dodbc_stmt.c541 strcpy(stmt->error_code, "HY106"); in odbc_stmt_fetch()
/PHP-7.0/ext/openssl/
H A Dxp_ssl.c2250 &xparam->outputs.error_code in php_openssl_tcp_sockop_accept()
2448 xparam->outputs.returncode == 1 && xparam->outputs.error_code == EINPROGRESS))) in php_openssl_sockop_set_option()
/PHP-7.0/ext/standard/
H A Dbasic_functions.c4092 int error_code; local
4150 error_code = SetEnvironmentVariable(pe.key, value);
4152 if (error_code != 0

Completed in 126 milliseconds

12