Home
last modified time | relevance | path

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

/PHP-7.2/ext/pdo_mysql/
H A Dmysql_statement.c87 efree(S->out_length); in pdo_mysql_stmt_dtor()
198 efree(S->out_length); in pdo_mysql_stmt_execute_prepared_libmysql()
204 S->out_length = ecalloc(stmt->column_count, sizeof(zend_ulong)); in pdo_mysql_stmt_execute_prepared_libmysql()
247 S->out_length[i] = 0; in pdo_mysql_stmt_execute_prepared_libmysql()
251 S->bound_result[i].length = &S->out_length[i]; in pdo_mysql_stmt_execute_prepared_libmysql()
765 if (S->out_length[colno] > S->bound_result[colno].buffer_length) {
768 S->out_length[colno] = S->bound_result[colno].buffer_length;
769 *len = S->out_length[colno];
772 *len = S->out_length[colno];
H A Dphp_pdo_mysql_int.h147 zend_ulong *out_length; member

Completed in 12 milliseconds