Home
last modified time | relevance | path

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

/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c806 packet->info_or_local_file = mnd_emalloc(len + 1); in php_mysqlnd_rset_header_read()
807 if (packet->info_or_local_file) { in php_mysqlnd_rset_header_read()
808 memcpy(packet->info_or_local_file, p, len); in php_mysqlnd_rset_header_read()
809 packet->info_or_local_file[len] = '\0'; in php_mysqlnd_rset_header_read()
833 packet->info_or_local_file = mnd_emalloc(len + 1); in php_mysqlnd_rset_header_read()
834 if (packet->info_or_local_file) { in php_mysqlnd_rset_header_read()
835 memcpy(packet->info_or_local_file, p, len); in php_mysqlnd_rset_header_read()
836 packet->info_or_local_file[len] = '\0'; in php_mysqlnd_rset_header_read()
870 if (p->info_or_local_file) { in php_mysqlnd_rset_header_free_mem()
871 mnd_efree(p->info_or_local_file); in php_mysqlnd_rset_header_free_mem()
[all …]
H A Dmysqlnd_wireprotocol.h166 char *info_or_local_file; member
H A Dmysqlnd_result.c434 ret = mysqlnd_handle_local_infile(conn, rset_header->info_or_local_file, &is_warning TSRMLS_CC); in mysqlnd_query_read_result_set_header()
448 rset_header->info_or_local_file, rset_header->info_or_local_file_len, in mysqlnd_query_read_result_set_header()

Completed in 16 milliseconds