Searched refs:error_msg (Results 1 – 9 of 9) sorted by relevance
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_loaddata.c | 43 strcpy(info->error_msg, "open_basedir restriction in effect. Unable to open file"); in mysqlnd_local_infile_init() 53 snprintf((char *)info->error_msg, sizeof(info->error_msg), "Can't find file '%-.64s'.", filename); in mysqlnd_local_infile_init() 75 strcpy(info->error_msg, "Error reading file"); in mysqlnd_local_infile_read() 93 strlcpy(error_buf, info->error_msg, error_buf_len); in mysqlnd_local_infile_error()
|
H A D | mysqlnd_structs.h | 166 char error_msg[MYSQLND_ERRMSG_SIZE + 1]; member 173 typedef int (*func_mysqlnd_local_infile__error)(void * ptr, char * error_msg, unsigned int error_ms…
|
/PHP-8.3/ext/mysqli/ |
H A D | mysqli_nonapi.c | 39 if (MyG(error_msg)) { in php_mysqli_set_error() 40 efree(MyG(error_msg)); in php_mysqli_set_error() 43 MyG(error_msg) = estrdup(mysql_err); in php_mysqli_set_error() 45 MyG(error_msg) = NULL; in php_mysqli_set_error() 352 if (MyG(error_msg)) { 353 RETURN_STRING(MyG(error_msg));
|
H A D | mysqli_prop.c | 158 if (MyG(error_msg)) { in link_connect_error_read() 159 ZVAL_STRING(retval, MyG(error_msg)); in link_connect_error_read()
|
H A D | mysqli.c | 562 MyG(error_msg) = NULL; in PHP_RINIT_FUNCTION() 576 if (MyG(error_msg)) { in PHP_RSHUTDOWN_FUNCTION() 577 efree(MyG(error_msg)); in PHP_RSHUTDOWN_FUNCTION()
|
H A D | php_mysqli_structs.h | 253 char *error_msg; variable
|
/PHP-8.3/main/ |
H A D | SAPI.h | 230 void (*sapi_error)(int type, const char *error_msg, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2, 3);
|
/PHP-8.3/ext/openssl/ |
H A D | openssl.c | 542 const char *error_msg = NULL; in php_openssl_check_path_ex() local 563 error_msg = "must not contain any null bytes"; in php_openssl_check_path_ex() 566 error_msg = "must be a valid file path"; in php_openssl_check_path_ex() 569 if (error_msg != NULL) { in php_openssl_check_path_ex() 574 option_title, option_label, error_msg); in php_openssl_check_path_ex() 577 arg_num, error_type, "option %s array item %s", option_name, error_msg); in php_openssl_check_path_ex() 579 php_openssl_check_path_error(arg_num, error_type, "array item %s", error_msg); in php_openssl_check_path_ex() 582 arg_num, error_type, "option %s %s", option_name, error_msg); in php_openssl_check_path_ex() 584 php_openssl_check_path_error(arg_num, error_type, "%s", error_msg); in php_openssl_check_path_ex()
|
/PHP-8.3/sapi/litespeed/ |
H A D | lsapilib.c | 971 char error_msg[1024] = ""; in lsapi_jailLVE() local 972 ret = (*fp_lve_jail)( pw, error_msg ); in lsapi_jailLVE() 976 uid, ret, error_msg ); in lsapi_jailLVE()
|
Completed in 48 milliseconds