Home
last modified time | relevance | path

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

/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h202 zend_bool skip_extraction; member
H A Dmysqlnd_result.c660 row_packet->skip_extraction = FALSE; in mysqlnd_fetch_row_unbuffered_c()
678 if (!row_packet->skip_extraction) { in mysqlnd_fetch_row_unbuffered_c()
776 row_packet->skip_extraction = row? FALSE:TRUE; in mysqlnd_fetch_row_unbuffered()
792 if (!row_packet->skip_extraction) { in mysqlnd_fetch_row_unbuffered()
1175 …row_packet->skip_extraction = TRUE; /* let php_mysqlnd_rowp_read() not allocate row_packet->fields… in MYSQLND_METHOD()
H A Dmysqlnd_ps.c855 row_packet->skip_extraction = stmt && stmt->result_bind? FALSE:TRUE; in mysqlnd_stmt_fetch_row_unbuffered()
864 if (!row_packet->skip_extraction) { in mysqlnd_stmt_fetch_row_unbuffered()
1046 row_packet->skip_extraction = stmt->result_bind? FALSE:TRUE; in mysqlnd_fetch_stmt_row_cursor()
1051 DBG_INF_FMT("skip_extraction=%u", row_packet->skip_extraction); in mysqlnd_fetch_stmt_row_cursor()
1052 if (!row_packet->skip_extraction) { in mysqlnd_fetch_stmt_row_cursor()
H A Dmysqlnd_wireprotocol.c1591 if (!packet->skip_extraction) { in php_mysqlnd_rowp_read()

Completed in 25 milliseconds