Home
last modified time | relevance | path

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

/PHP-5.3/ext/pdo_mysql/
H A Dmysql_statement.c92 efree(S->out_length); in pdo_mysql_stmt_dtor()
203 efree(S->out_length); in pdo_mysql_stmt_execute_prepared_libmysql()
209 S->out_length = ecalloc(stmt->column_count, sizeof(unsigned long)); in pdo_mysql_stmt_execute_prepared_libmysql()
252 S->out_length[i] = 0; in pdo_mysql_stmt_execute_prepared_libmysql()
256 S->bound_result[i].length = &S->out_length[i]; in pdo_mysql_stmt_execute_prepared_libmysql()
767 if (S->out_length[colno] > S->bound_result[colno].buffer_length) {
770 S->out_length[colno] = S->bound_result[colno].buffer_length;
771 *len = S->out_length[colno];
774 *len = S->out_length[colno];
H A Dphp_pdo_mysql_int.h144 unsigned long *out_length; member

Completed in 8 milliseconds