Home
last modified time | relevance | path

Searched refs:error_msg_len (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c221 int error_msg_len= 0; in php_mysqlnd_read_error_from_line() local
245 error_msg_len = MIN((int)((buf_len - (p - buf))), (int) (error_buf_len - 1)); in php_mysqlnd_read_error_from_line()
246 memcpy(error, p, error_msg_len); in php_mysqlnd_read_error_from_line()
251 error[error_msg_len]= '\0'; in php_mysqlnd_read_error_from_line()
H A Dmysqlnd_structs.h136 int (*local_infile_error)(void *ptr, char *error_msg, unsigned int error_msg_len TSRMLS_DC);
/PHP-5.3/ext/mysqli/
H A Dmysqli.c1487 static int php_local_infile_error(void *ptr, char *error_msg, uint error_msg_len) in php_local_infile_error() argument
1492 strlcpy(error_msg, data->error_msg, error_msg_len); in php_local_infile_error()
1495 strlcpy(error_msg, ER(CR_OUT_OF_MEMORY), error_msg_len); in php_local_infile_error()

Completed in 21 milliseconds