Home
last modified time | relevance | path

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

/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1082 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 …]
H A Dmysqlnd_wireprotocol.h190 MYSQLND_STRING info_or_local_file; member
H A Dmysqlnd_result.c428 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 15 milliseconds