Home
last modified time | relevance | path

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

/php-src/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h135 my_bool *out_null; member
H A Dmysql_statement.c50 efree(S->out_null); in pdo_mysql_free_result()
193 S->out_null = ecalloc(stmt->column_count, sizeof(my_bool)); in pdo_mysql_stmt_after_execute_prepared()
240 S->bound_result[i].is_null = &S->out_null[i]; in pdo_mysql_stmt_after_execute_prepared()
692 if (S->out_null[colno]) { in pdo_mysql_stmt_get_col()

Completed in 12 milliseconds