Home
last modified time | relevance | path

Searched refs:grn_operator_exec_prefix (Results 1 – 19 of 19) sorted by relevance

/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/include/groonga/
H A Doperator.h42 GRN_API grn_bool grn_operator_exec_prefix(grn_ctx *ctx,
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/vendor/groonga/include/groonga/
H A Doperator.h42 GRN_API grn_bool grn_operator_exec_prefix(grn_ctx *ctx,
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/include/groonga/
H A Doperator.h42 GRN_API grn_bool grn_operator_exec_prefix(grn_ctx *ctx,
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/vendor/groonga/include/groonga/
H A Doperator.h42 GRN_API grn_bool grn_operator_exec_prefix(grn_ctx *ctx,
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/vendor/groonga/include/groonga/
H A Doperator.h42 GRN_API grn_bool grn_operator_exec_prefix(grn_ctx *ctx,
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/vendor/groonga/include/groonga/
H A Doperator.h42 GRN_API grn_bool grn_operator_exec_prefix(grn_ctx *ctx,
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/
H A Doperator.c156 func = grn_operator_exec_prefix; in grn_operator_to_exec_func()
1187 grn_operator_exec_prefix(grn_ctx *ctx, grn_obj *target, grn_obj *prefix) in grn_operator_exec_prefix() function
H A Dexpr.c3307 matched = grn_operator_exec_prefix(ctx, x, y); in grn_expr_exec()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/
H A Doperator.c156 func = grn_operator_exec_prefix; in grn_operator_to_exec_func()
1187 grn_operator_exec_prefix(grn_ctx *ctx, grn_obj *target, grn_obj *prefix) in grn_operator_exec_prefix() function
H A Dexpr.c3307 matched = grn_operator_exec_prefix(ctx, x, y); in grn_expr_exec()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/
H A Doperator.c156 func = grn_operator_exec_prefix; in grn_operator_to_exec_func()
1187 grn_operator_exec_prefix(grn_ctx *ctx, grn_obj *target, grn_obj *prefix) in grn_operator_exec_prefix() function
H A Dexpr.c3307 matched = grn_operator_exec_prefix(ctx, x, y);
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/
H A Doperator.c156 func = grn_operator_exec_prefix; in grn_operator_to_exec_func()
1187 grn_operator_exec_prefix(grn_ctx *ctx, grn_obj *target, grn_obj *prefix) in grn_operator_exec_prefix() function
H A Dexpr.c3307 matched = grn_operator_exec_prefix(ctx, x, y); in grn_expr_exec()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/
H A Doperator.c156 func = grn_operator_exec_prefix; in grn_operator_to_exec_func()
1187 grn_operator_exec_prefix(grn_ctx *ctx, grn_obj *target, grn_obj *prefix) in grn_operator_exec_prefix() function
H A Dexpr.c3307 matched = grn_operator_exec_prefix(ctx, x, y); in grn_expr_exec()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/
H A Doperator.c156 func = grn_operator_exec_prefix; in grn_operator_to_exec_func()
1187 grn_operator_exec_prefix(grn_ctx *ctx, grn_obj *target, grn_obj *prefix) in grn_operator_exec_prefix() function
H A Dexpr.c3307 matched = grn_operator_exec_prefix(ctx, x, y); in grn_expr_exec()
/dports/databases/pgroonga/pgroonga-2.3.4/src/
H A Dpgroonga.c3398 matched = grn_operator_exec_prefix(ctx, &targetBuffer, &prefixBuffer); in pgroonga_prefix_raw()