Home
last modified time | relevance | path

Searched refs:li_stream (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/mysqli/
H A Dmysqli.c1384 mysql->li_stream = php_stream_open_wrapper_ex((char *)filename, "r", 0, NULL, context); in php_local_infile_init()
1386 if (mysql->li_stream == NULL) { in php_local_infile_init()
1416 int count = (int)php_stream_read(mysql->li_stream, buf, buf_len); in php_local_infile_read()
1430 php_stream_to_zval(mysql->li_stream, fp); in php_local_infile_read()
1476 mysql->li_stream = NULL; in php_local_infile_read()
1518 if (mysql->li_stream) { in php_local_infile_end()
1519 php_stream_close(mysql->li_stream); in php_local_infile_end()
H A Dphp_mysqli_structs.h123 php_stream *li_stream; member

Completed in 10 milliseconds