Home
last modified time | relevance | path

Searched refs:skip_extraction (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h234 zend_bool skip_extraction; member
H A Dmysqlnd_result.c637 row_packet->skip_extraction = FALSE; in mysqlnd_fetch_row_unbuffered_c()
655 if (!row_packet->skip_extraction) { in mysqlnd_fetch_row_unbuffered_c()
751 row_packet->skip_extraction = row? FALSE:TRUE; in mysqlnd_fetch_row_unbuffered()
767 if (!row_packet->skip_extraction) { in mysqlnd_fetch_row_unbuffered()
1119 …row_packet->skip_extraction = TRUE; /* let php_mysqlnd_rowp_read() not allocate row_packet->fields… in MYSQLND_METHOD()
H A Dmysqlnd_ps.c837 row_packet->skip_extraction = stmt && stmt->result_bind? FALSE:TRUE; in mysqlnd_stmt_fetch_row_unbuffered()
846 if (!row_packet->skip_extraction) { in mysqlnd_stmt_fetch_row_unbuffered()
1018 row_packet->skip_extraction = stmt->result_bind? FALSE:TRUE; in mysqlnd_fetch_stmt_row_cursor()
1024 if (!row_packet->skip_extraction) { in mysqlnd_fetch_stmt_row_cursor()
H A Dmysqlnd_wireprotocol.c1828 if (!packet->skip_extraction) { in php_mysqlnd_rowp_read()

Completed in 46 milliseconds