Searched refs:info_or_local_file (Results 1 – 3 of 3) sorted by relevance
1028 packet->info_or_local_file = mnd_emalloc(len + 1); in php_mysqlnd_rset_header_read()1029 if (packet->info_or_local_file) { in php_mysqlnd_rset_header_read()1030 memcpy(packet->info_or_local_file, p, len); in php_mysqlnd_rset_header_read()1031 packet->info_or_local_file[len] = '\0'; in php_mysqlnd_rset_header_read()1055 packet->info_or_local_file = mnd_emalloc(len + 1); in php_mysqlnd_rset_header_read()1056 if (packet->info_or_local_file) { in php_mysqlnd_rset_header_read()1057 memcpy(packet->info_or_local_file, p, len); in php_mysqlnd_rset_header_read()1058 packet->info_or_local_file[len] = '\0'; in php_mysqlnd_rset_header_read()1092 if (p->info_or_local_file) { in php_mysqlnd_rset_header_free_mem()1093 mnd_efree(p->info_or_local_file); in php_mysqlnd_rset_header_free_mem()[all …]
198 char *info_or_local_file; member
421 ret = mysqlnd_handle_local_infile(conn, rset_header->info_or_local_file, &is_warning TSRMLS_CC); in mysqlnd_query_read_result_set_header()436 rset_header->info_or_local_file, rset_header->info_or_local_file_len, in mysqlnd_query_read_result_set_header()
Completed in 25 milliseconds