Searched refs:error_code (Results 26 – 42 of 42) sorted by relevance
12
/PHP-7.0/ext/pdo_dblib/ |
H A D | dblib_driver.c | 111 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 D | mysql_statement.c | 470 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 D | pdo_sql_parser.re | 227 strncpy(stmt->error_code, stmt->dbh->error_code, 6); 271 strncpy(stmt->error_code, stmt->dbh->error_code, 6);
|
H A D | pdo_stmt.c | 1659 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 D | php_pcre.c | 103 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 D | mysqlnd_wireprotocol.h | 258 unsigned char error_code; member
|
H A D | mysqlnd_wireprotocol.c | 2001 packet->error_code = uint1korr(p); in php_mysqlnd_prepare_read() 2005 if (ERROR_MARKER == packet->error_code) { in php_mysqlnd_prepare_read()
|
H A D | mysqlnd_ps.c | 318 if (0xFF == prepare_resp->error_code) { in mysqlnd_stmt_read_prepare_response()
|
/PHP-7.0/main/streams/ |
H A D | xp_socket.c | 722 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 D | pgsql_driver.c | 82 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 D | sqlite_driver.c | 37 pdo_error_type *pdo_err = stmt ? &stmt->error_code : &dbh->error_code; in _pdo_sqlite_error()
|
/PHP-7.0/ext/oci8/ |
H A D | oci8.c | 1575 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 D | soap.c | 76 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 D | php_sdl.c | 3158 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 D | odbc_stmt.c | 541 strcpy(stmt->error_code, "HY106"); in odbc_stmt_fetch()
|
/PHP-7.0/ext/openssl/ |
H A D | xp_ssl.c | 2250 &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 D | basic_functions.c | 4092 int error_code; local 4150 error_code = SetEnvironmentVariable(pe.key, value); 4152 if (error_code != 0
|
Completed in 257 milliseconds
12