Home
last modified time | relevance | path

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

/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1144 if (packet->info_or_local_file.s) { in php_mysqlnd_rset_header_read()
1145 memcpy(packet->info_or_local_file.s, p, len); in php_mysqlnd_rset_header_read()
1146 packet->info_or_local_file.s[len] = '\0'; in php_mysqlnd_rset_header_read()
1147 packet->info_or_local_file.l = len; in php_mysqlnd_rset_header_read()
1171 if (packet->info_or_local_file.s) { in php_mysqlnd_rset_header_read()
1172 memcpy(packet->info_or_local_file.s, p, len); in php_mysqlnd_rset_header_read()
1173 packet->info_or_local_file.s[len] = '\0'; in php_mysqlnd_rset_header_read()
1174 packet->info_or_local_file.l = len; in php_mysqlnd_rset_header_read()
1207 if (p->info_or_local_file.s) { in php_mysqlnd_rset_header_free_mem()
1208 mnd_efree(p->info_or_local_file.s); in php_mysqlnd_rset_header_free_mem()
[all …]
H A Dmysqlnd_wireprotocol.h200 MYSQLND_STRING info_or_local_file; member
H A Dmysqlnd_result.c464 ret = mysqlnd_handle_local_infile(conn, rset_header->info_or_local_file.s, &is_warning); in mysqlnd_query_read_result_set_header()
479 rset_header->info_or_local_file.s, rset_header->info_or_local_file.l, in mysqlnd_query_read_result_set_header()

Completed in 23 milliseconds