Home
last modified time | relevance | path

Searched refs:index_table_cursor (Results 1 – 12 of 12) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/
H A Dha_mroonga.cpp2518 index_table_cursor(NULL), in ha_mroonga()
7967 cursor = grn_index_cursor_open(ctx, index_table_cursor, in storage_index_read_map()
8068 cursor = grn_index_cursor_open(ctx, index_table_cursor, in storage_index_read_last_map()
8216 index_table_cursor = grn_table_cursor_open(ctx, in storage_index_first()
8221 cursor = grn_index_cursor_open(ctx, index_table_cursor, in storage_index_first()
8281 index_table_cursor = grn_table_cursor_open(ctx, in storage_index_last()
8286 cursor = grn_index_cursor_open(ctx, index_table_cursor, in storage_index_last()
9014 if (index_table_cursor) { in clear_cursor()
9015 grn_table_cursor_close(ctx, index_table_cursor); in clear_cursor()
9016 index_table_cursor = NULL; in clear_cursor()
[all …]
H A Dha_mroonga.hpp378 grn_table_cursor *index_table_cursor; member in ha_mroonga
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/
H A Dha_mroonga.cpp2518 index_table_cursor(NULL), in ha_mroonga()
7967 cursor = grn_index_cursor_open(ctx, index_table_cursor, in storage_index_read_map()
8068 cursor = grn_index_cursor_open(ctx, index_table_cursor, in storage_index_read_last_map()
8216 index_table_cursor = grn_table_cursor_open(ctx, in storage_index_first()
8221 cursor = grn_index_cursor_open(ctx, index_table_cursor, in storage_index_first()
8281 index_table_cursor = grn_table_cursor_open(ctx, in storage_index_last()
8286 cursor = grn_index_cursor_open(ctx, index_table_cursor, in storage_index_last()
9014 if (index_table_cursor) { in clear_cursor()
9015 grn_table_cursor_close(ctx, index_table_cursor); in clear_cursor()
9016 index_table_cursor = NULL; in clear_cursor()
[all …]
H A Dha_mroonga.hpp378 grn_table_cursor *index_table_cursor; member in ha_mroonga
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/
H A Dha_mroonga.cpp2542 index_table_cursor(NULL), in ha_mroonga()
8012 cursor = grn_index_cursor_open(ctx, index_table_cursor, in storage_index_read_map()
8113 cursor = grn_index_cursor_open(ctx, index_table_cursor, in storage_index_read_last_map()
8261 index_table_cursor = grn_table_cursor_open(ctx, in storage_index_first()
8266 cursor = grn_index_cursor_open(ctx, index_table_cursor, in storage_index_first()
8326 index_table_cursor = grn_table_cursor_open(ctx, in storage_index_last()
8331 cursor = grn_index_cursor_open(ctx, index_table_cursor, in storage_index_last()
9059 if (index_table_cursor) { in clear_cursor()
9060 grn_table_cursor_close(ctx, index_table_cursor); in clear_cursor()
9061 index_table_cursor = NULL; in clear_cursor()
[all …]
H A Dha_mroonga.hpp378 grn_table_cursor *index_table_cursor; member in ha_mroonga
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/
H A Dha_mroonga.cpp2542 index_table_cursor(NULL), in ha_mroonga()
8012 cursor = grn_index_cursor_open(ctx, index_table_cursor, in storage_index_read_map()
8113 cursor = grn_index_cursor_open(ctx, index_table_cursor, in storage_index_read_last_map()
8261 index_table_cursor = grn_table_cursor_open(ctx, in storage_index_first()
8266 cursor = grn_index_cursor_open(ctx, index_table_cursor, in storage_index_first()
8326 index_table_cursor = grn_table_cursor_open(ctx, in storage_index_last()
8331 cursor = grn_index_cursor_open(ctx, index_table_cursor, in storage_index_last()
9059 if (index_table_cursor) { in clear_cursor()
9060 grn_table_cursor_close(ctx, index_table_cursor); in clear_cursor()
9061 index_table_cursor = NULL; in clear_cursor()
[all …]
H A Dha_mroonga.hpp378 grn_table_cursor *index_table_cursor; member in ha_mroonga
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/
H A Dha_mroonga.cpp2545 index_table_cursor(NULL),
8013 cursor = grn_index_cursor_open(ctx, index_table_cursor,
8114 cursor = grn_index_cursor_open(ctx, index_table_cursor,
8262 index_table_cursor = grn_table_cursor_open(ctx,
8267 cursor = grn_index_cursor_open(ctx, index_table_cursor,
8327 index_table_cursor = grn_table_cursor_open(ctx,
8332 cursor = grn_index_cursor_open(ctx, index_table_cursor,
9060 if (index_table_cursor) {
9061 grn_table_cursor_close(ctx, index_table_cursor);
9062 index_table_cursor = NULL;
[all …]
H A Dha_mroonga.hpp378 grn_table_cursor *index_table_cursor;
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/
H A Dha_mroonga.cpp2545 index_table_cursor(NULL), in ha_mroonga()
8013 cursor = grn_index_cursor_open(ctx, index_table_cursor, in storage_index_read_map()
8114 cursor = grn_index_cursor_open(ctx, index_table_cursor, in storage_index_read_last_map()
8262 index_table_cursor = grn_table_cursor_open(ctx, in storage_index_first()
8267 cursor = grn_index_cursor_open(ctx, index_table_cursor, in storage_index_first()
8327 index_table_cursor = grn_table_cursor_open(ctx, in storage_index_last()
8332 cursor = grn_index_cursor_open(ctx, index_table_cursor, in storage_index_last()
9060 if (index_table_cursor) { in clear_cursor()
9061 grn_table_cursor_close(ctx, index_table_cursor); in clear_cursor()
9062 index_table_cursor = NULL; in clear_cursor()
[all …]
H A Dha_mroonga.hpp378 grn_table_cursor *index_table_cursor; member in ha_mroonga