Home
last modified time | relevance | path

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

/PHP-7.3/ext/pdo_mysql/
H A Dmysql_statement.c85 efree(S->out_length); in pdo_mysql_stmt_dtor()
196 efree(S->out_length); in pdo_mysql_stmt_execute_prepared_libmysql()
202 S->out_length = ecalloc(stmt->column_count, sizeof(zend_ulong)); in pdo_mysql_stmt_execute_prepared_libmysql()
245 S->out_length[i] = 0; in pdo_mysql_stmt_execute_prepared_libmysql()
249 S->bound_result[i].length = &S->out_length[i]; in pdo_mysql_stmt_execute_prepared_libmysql()
763 if (S->out_length[colno] > S->bound_result[colno].buffer_length) {
766 S->out_length[colno] = S->bound_result[colno].buffer_length;
767 *len = S->out_length[colno];
770 *len = S->out_length[colno];
H A Dphp_pdo_mysql_int.h148 zend_ulong *out_length; member

Completed in 10 milliseconds