Home
last modified time | relevance | path

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

/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1087 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 …]
H A Dmysqlnd_wireprotocol.h188 MYSQLND_STRING info_or_local_file; member
H A Dmysqlnd_result.c429 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