Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1092 packet->info_or_local_file = mnd_emalloc(len + 1); in php_mysqlnd_rset_header_read()
1093 if (packet->info_or_local_file) { in php_mysqlnd_rset_header_read()
1094 memcpy(packet->info_or_local_file, p, len); in php_mysqlnd_rset_header_read()
1095 packet->info_or_local_file[len] = '\0'; in php_mysqlnd_rset_header_read()
1119 packet->info_or_local_file = mnd_emalloc(len + 1); in php_mysqlnd_rset_header_read()
1120 if (packet->info_or_local_file) { in php_mysqlnd_rset_header_read()
1121 memcpy(packet->info_or_local_file, p, len); in php_mysqlnd_rset_header_read()
1122 packet->info_or_local_file[len] = '\0'; in php_mysqlnd_rset_header_read()
1156 if (p->info_or_local_file) { in php_mysqlnd_rset_header_free_mem()
1157 mnd_efree(p->info_or_local_file); in php_mysqlnd_rset_header_free_mem()
[all …]
H A Dmysqlnd_wireprotocol.h198 char *info_or_local_file; member
H A Dmysqlnd_result.c410 ret = mysqlnd_handle_local_infile(conn, rset_header->info_or_local_file, &is_warning TSRMLS_CC); in mysqlnd_query_read_result_set_header()
425 rset_header->info_or_local_file, rset_header->info_or_local_file_len, in mysqlnd_query_read_result_set_header()

Completed in 16 milliseconds