Searched refs:info_or_local_file (Results 1 – 3 of 3) sorted by relevance
1082 if (packet->info_or_local_file.s) { in php_mysqlnd_rset_header_read()1083 memcpy(packet->info_or_local_file.s, p, len); in php_mysqlnd_rset_header_read()1084 packet->info_or_local_file.s[len] = '\0'; in php_mysqlnd_rset_header_read()1085 packet->info_or_local_file.l = len; in php_mysqlnd_rset_header_read()1109 if (packet->info_or_local_file.s) { in php_mysqlnd_rset_header_read()1110 memcpy(packet->info_or_local_file.s, p, len); in php_mysqlnd_rset_header_read()1111 packet->info_or_local_file.s[len] = '\0'; in php_mysqlnd_rset_header_read()1112 packet->info_or_local_file.l = len; in php_mysqlnd_rset_header_read()1145 if (p->info_or_local_file.s) { in php_mysqlnd_rset_header_free_mem()1146 mnd_efree(p->info_or_local_file.s); in php_mysqlnd_rset_header_free_mem()[all …]
190 MYSQLND_STRING info_or_local_file; member
428 ret = mysqlnd_handle_local_infile(conn, rset_header.info_or_local_file.s, &is_warning); in mysqlnd_query_read_result_set_header()443 rset_header.info_or_local_file.s, rset_header.info_or_local_file.l); in mysqlnd_query_read_result_set_header()
Completed in 30 milliseconds