Home
last modified time | relevance | path

Searched refs:tmp_buf (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/mysqlnd/
H A Dmysqlnd_loaddata.c211 char tmp_buf[sizeof(conn->error_info->error)]; in mysqlnd_handle_local_infile() local
215 tmp_error_no = infile.local_infile_error(info, tmp_buf, sizeof(tmp_buf)); in mysqlnd_handle_local_infile()
216 SET_CLIENT_ERROR(conn->error_info, tmp_error_no, UNKNOWN_SQLSTATE, tmp_buf); in mysqlnd_handle_local_infile()
239 char tmp_buf[sizeof(conn->error_info->error)]; in mysqlnd_handle_local_infile() local
243 tmp_error_no = infile.local_infile_error(info, tmp_buf, sizeof(tmp_buf)); in mysqlnd_handle_local_infile()
244 SET_CLIENT_ERROR(conn->error_info, tmp_error_no, UNKNOWN_SQLSTATE, tmp_buf); in mysqlnd_handle_local_infile()
H A Dmysqlnd_ps_codec.c520 zend_uchar *tmp_buf; in mysqlnd_stmt_execute_check_n_enlarge_buffer() local
522 tmp_buf = mnd_emalloc(*buf_len); in mysqlnd_stmt_execute_check_n_enlarge_buffer()
523 if (!tmp_buf) { in mysqlnd_stmt_execute_check_n_enlarge_buffer()
526 memcpy(tmp_buf, *buf, offset); in mysqlnd_stmt_execute_check_n_enlarge_buffer()
530 *buf = tmp_buf; in mysqlnd_stmt_execute_check_n_enlarge_buffer()
H A Dmysqlnd_vio.c466 char tmp_buf[256]; in MYSQLND_METHOD() local
479 bytes_consumed = php_stream_read(net_stream, tmp_buf, sizeof(tmp_buf)); in MYSQLND_METHOD()
484 } while (bytes_consumed == sizeof(tmp_buf)); in MYSQLND_METHOD()
/php-src/win32/
H A Dregistry.c225 char tmp_buf[MAXPATHLEN], *cwd; in UpdateIniFromRegistry() local
229 if (!VCWD_GETCWD(tmp_buf, MAXPATHLEN)) { in UpdateIniFromRegistry()
233 cwd = strchr(tmp_buf, ':'); in UpdateIniFromRegistry()
236 cwd = tmp_buf; in UpdateIniFromRegistry()
238 drive_letter = tmp_buf[0]; in UpdateIniFromRegistry()
H A Dioutil.c483 wchar_t *tmp_buf = NULL; in php_win32_ioutil_getcwd_w() local
498 tmp_buf = (wchar_t *)malloc((tmp_len)*sizeof(wchar_t)); in php_win32_ioutil_getcwd_w()
499 if (!tmp_buf) { in php_win32_ioutil_getcwd_w()
503 buf = tmp_buf; in php_win32_ioutil_getcwd_w()
509 free(tmp_buf); in php_win32_ioutil_getcwd_w()

Completed in 20 milliseconds