Searched refs:info_or_local_file (Results 1 – 3 of 3) sorted by relevance
1087 if (packet->info_or_local_file.s) { in php_mysqlnd_rset_header_read()1088 memcpy(packet->info_or_local_file.s, p, len); in php_mysqlnd_rset_header_read()1089 packet->info_or_local_file.s[len] = '\0'; in php_mysqlnd_rset_header_read()1090 packet->info_or_local_file.l = len; in php_mysqlnd_rset_header_read()1114 if (packet->info_or_local_file.s) { in php_mysqlnd_rset_header_read()1115 memcpy(packet->info_or_local_file.s, p, len); in php_mysqlnd_rset_header_read()1116 packet->info_or_local_file.s[len] = '\0'; in php_mysqlnd_rset_header_read()1117 packet->info_or_local_file.l = len; in php_mysqlnd_rset_header_read()1150 if (p->info_or_local_file.s) { in php_mysqlnd_rset_header_free_mem()1151 mnd_efree(p->info_or_local_file.s); in php_mysqlnd_rset_header_free_mem()[all …]
188 MYSQLND_STRING info_or_local_file; member
429 ret = mysqlnd_handle_local_infile(conn, rset_header.info_or_local_file.s, &is_warning); in mysqlnd_query_read_result_set_header()444 rset_header.info_or_local_file.s, rset_header.info_or_local_file.l); in mysqlnd_query_read_result_set_header()
Completed in 16 milliseconds