Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_loaddata.c45 strcpy(info->error_msg, "open_basedir restriction in effect. Unable to open file"); in mysqlnd_local_infile_init()
55 snprintf((char *)info->error_msg, sizeof(info->error_msg), "Can't find file '%-.64s'.", filename); in mysqlnd_local_infile_init()
77 strcpy(info->error_msg, "Error reading file"); in mysqlnd_local_infile_read()
95 strlcpy(error_buf, info->error_msg, error_buf_len); in mysqlnd_local_infile_error()
H A Dmysqlnd_structs.h172 char error_msg[MYSQLND_ERRMSG_SIZE + 1]; member
179 typedef int (*func_mysqlnd_local_infile__error)(void * ptr, char * error_msg, unsigned int error_ms…
/PHP-7.4/ext/mysqli/
H A Dmysqli_nonapi.c41 if (MyG(error_msg)) { in php_mysqli_set_error()
42 efree(MyG(error_msg)); in php_mysqli_set_error()
45 MyG(error_msg) = estrdup(mysql_err); in php_mysqli_set_error()
47 MyG(error_msg) = NULL; in php_mysqli_set_error()
404 if (MyG(error_msg)) {
405 RETURN_STRING(MyG(error_msg));
H A Dmysqli_prop.c147 if (MyG(error_msg)) { in link_connect_error_read()
148 ZVAL_STRING(retval, MyG(error_msg)); in link_connect_error_read()
H A Dphp_mysqli_structs.h317 char *error_msg; variable
H A Dmysqli.c921 MyG(error_msg) = NULL; in PHP_RINIT_FUNCTION()
956 if (MyG(error_msg)) { in PHP_RSHUTDOWN_FUNCTION()
957 efree(MyG(error_msg)); in PHP_RSHUTDOWN_FUNCTION()
/PHP-7.4/main/
H A DSAPI.h233 void (*sapi_error)(int type, const char *error_msg, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2, 3);
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c965 char error_msg[1024] = ""; in lsapi_jailLVE() local
966 ret = (*fp_lve_jail)( pw, error_msg ); in lsapi_jailLVE()
970 uid, ret, error_msg ); in lsapi_jailLVE()

Completed in 47 milliseconds