Home
last modified time | relevance | path

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

/PHP-7.3/ext/mysqli/
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_result_iterator.c120 if (mysqli_result_is_unbuffered(result)) {
H A Dmysqli_prop.c282 ZVAL_LONG(retval, mysqli_result_is_unbuffered(p) ? MYSQLI_USE_RESULT:MYSQLI_STORE_RESULT); in result_type_read()
H A Dmysqli_api.c777 if (mysqli_result_is_unbuffered(result)) {

Completed in 16 milliseconds