Home
last modified time | relevance | path

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

/PHP-5.4/ext/pdo_mysql/
H A Dmysql_statement.c87 efree(S->out_length); in pdo_mysql_stmt_dtor()
197 efree(S->out_length); in pdo_mysql_stmt_execute_prepared_libmysql()
203 S->out_length = ecalloc(stmt->column_count, sizeof(unsigned long)); in pdo_mysql_stmt_execute_prepared_libmysql()
246 S->out_length[i] = 0; in pdo_mysql_stmt_execute_prepared_libmysql()
250 S->bound_result[i].length = &S->out_length[i]; in pdo_mysql_stmt_execute_prepared_libmysql()
741 if (S->out_length[colno] > S->bound_result[colno].buffer_length) {
744 S->out_length[colno] = S->bound_result[colno].buffer_length;
745 *len = S->out_length[colno];
748 *len = S->out_length[colno];
H A Dphp_pdo_mysql_int.h143 unsigned long *out_length; member

Completed in 20 milliseconds