Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_loaddata.c90 int mysqlnd_local_infile_error(void * ptr, char *error_buf, unsigned int error_buf_len TSRMLS_DC) in mysqlnd_local_infile_error()
97 strlcpy(error_buf, info->error_msg, error_buf_len); in mysqlnd_local_infile_error()
102 strlcpy(error_buf, "Unknown error", error_buf_len); in mysqlnd_local_infile_error()
H A Dmysqlnd_wireprotocol.c237 char *error, int error_buf_len, in php_mysqlnd_read_error_from_line() argument
265 error_msg_len = MIN((int)((buf_len - (p - buf))), (int) (error_buf_len - 1)); in php_mysqlnd_read_error_from_line()
/PHP-5.5/Zend/
H A Dzend_ini_parser.y170 int error_buf_len; in ini_error() local
176error_buf_len = 128 + strlen(msg) + strlen(currently_parsed_filename); /* should be more than enou… in ini_error()
177 error_buf = (char *) emalloc(error_buf_len); in ini_error()

Completed in 13 milliseconds