Searched refs:out_length (Results 1 – 2 of 2) sorted by relevance
87 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];
147 zend_ulong *out_length; member
Completed in 8 milliseconds