Searched defs:unbuf (Results 1 - 2 of 2) sorted by relevance

/PHP_TRUNK/ext/mysqlnd/
H A Dmysqlnd_result.c134 MYSQLND_RES_UNBUFFERED *unbuf = result->unbuf; local
138 if (!unbuf) {
142 if (unbuf->last_row_data) {
148 mysqlnd_rset_zval_ptr_dtor(&(unbuf->last_row_data[i]), result->type, &copy_ctor_called TSRMLS_CC);
161 mnd_efree(unbuf->last_row_data);
162 unbuf->last_row_data = NULL;
164 if (unbuf->last_row_buffer) {
167 unbuf->last_row_buffer->free_chunk(unbuf
[all...]
H A Dmysqlnd_structs.h1005 MYSQLND_RES_UNBUFFERED *unbuf; member in struct:st_mysqlnd_res

Completed in 7 milliseconds