Home
last modified time | relevance | path

Searched refs:php_free_stmt_bind_buffer (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/mysqli/
H A Dmysqli_priv.h74 extern void php_free_stmt_bind_buffer(BIND_BUFFER bbuf, int type);
H A Dmysqli.c113 void php_free_stmt_bind_buffer(BIND_BUFFER bbuf, int type) in php_free_stmt_bind_buffer() function
168 php_free_stmt_bind_buffer(stmt->param, FETCH_SIMPLE); in php_clear_stmt_bind()
170 php_free_stmt_bind_buffer(stmt->result, FETCH_RESULT); in php_clear_stmt_bind()
H A Dmysqli_api.c193 php_free_stmt_bind_buffer(stmt->param, FETCH_SIMPLE); in mysqli_stmt_bind_param_do_bind()
399 php_free_stmt_bind_buffer(stmt->result, FETCH_RESULT); in mysqli_stmt_bind_result_do_bind()

Completed in 17 milliseconds