Home
last modified time | relevance | path

Searched refs:mysqli_result_is_unbuffered (Results 1 – 5 of 5) sorted by path

/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c798 if (mysqli_result_is_unbuffered(result)) {
H A Dmysqli_libmysql.h32 #define mysqli_result_is_unbuffered(r) ((r)->handle && (r)->handle->status == MYSQL_STATUS_USE_RES… macro
33 #define mysqli_result_is_unbuffered_and_not_everything_is_fetched(r) mysqli_result_is_unbuffered(r)
H A Dmysqli_mysqlnd.h33 #define mysqli_result_is_unbuffered(r) ((r)->unbuf) macro
H A Dmysqli_prop.c303 ZVAL_LONG(*retval, mysqli_result_is_unbuffered(p) ? MYSQLI_USE_RESULT:MYSQLI_STORE_RESULT); in result_type_read()
H A Dmysqli_result_iterator.c134 if (mysqli_result_is_unbuffered(result)) {

Completed in 17 milliseconds