Home
last modified time | relevance | path

Searched refs:bbuf (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/mysqli/
H A Dmysqli.c113 void php_free_stmt_bind_buffer(BIND_BUFFER bbuf, int type) in php_free_stmt_bind_buffer() argument
117 if (!bbuf.var_cnt) { in php_free_stmt_bind_buffer()
121 for (i=0; i < bbuf.var_cnt; i++) { in php_free_stmt_bind_buffer()
124 if (type == FETCH_RESULT && bbuf.buf[i].val) { in php_free_stmt_bind_buffer()
125 efree(bbuf.buf[i].val); in php_free_stmt_bind_buffer()
128 zval_ptr_dtor(&bbuf.vars[i]); in php_free_stmt_bind_buffer()
131 if (bbuf.vars) { in php_free_stmt_bind_buffer()
132 efree(bbuf.vars); in php_free_stmt_bind_buffer()
142 efree(bbuf.buf); in php_free_stmt_bind_buffer()
144 efree(bbuf.is_null); in php_free_stmt_bind_buffer()
[all …]
H A Dmysqli_priv.h74 extern void php_free_stmt_bind_buffer(BIND_BUFFER bbuf, int type);

Completed in 13 milliseconds