Home
last modified time | relevance | path

Searched refs:sen_db_store (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/senna/senna-1.1.5/lib/
H A Dstore.h109 typedef struct _sen_db_store sen_db_store; typedef
190 sen_db_store *sen_db_store_create(sen_db *s, const char *name, sen_db_store_spec *spec);
191 sen_db_store *sen_db_store_open(sen_db *s, const char *name);
193 sen_rc sen_db_store_add_trigger(sen_db_store *s, sen_db_store_rel_spec *r);
194 sen_rc sen_db_store_del_trigger(sen_db_store *s, sen_db_store_rel_spec *r);
196 sen_db_store *sen_db_store_by_id(sen_db *s, sen_id id);
197 sen_db_store *sen_db_slot_class_by_id(sen_db *s, sen_id slot);
198 sen_db_store *sen_db_class_slot(sen_db *s, sen_id class, const char *name);
199 sen_db_store *sen_db_class_add_slot(sen_db *s, sen_id class, const char *name,
204 sen_rc sen_db_idx_slot_build(sen_db *s, sen_db_store *store);
H A Dstore.c1085 sen_db_store *
1089 sen_db_store *slot; in sen_db_store_by_id()
1098 sen_db_store *
1132 sen_db_store *
1213 sen_db_store *
1410 sen_db_store *
1431 sen_db_store *
1439 sen_db_store *
1488 sen_db_store *e; in sen_db_store_remove()
1499 sen_db_store *target; in sen_db_store_remove()
[all …]
H A Dql.c115 sen_db_store *cls; in slot_value_obj()
498 sen_db_store *slot; in nf_object()
711 sen_db_store *slot; in class_slot()
1670 sen_db_store *cls; in nf_class()
2176 sen_db_store *cls; in nf_rel1()
2440 sen_db_store *slot; in nf_slot()
2627 sen_db_store *cls;
2891 sen_db_store *cls; in nf_db()
3036 sen_db_store *cls; in nf_table()
3266 sen_db_store *cls; in nf_ptable()
[all …]
H A Dql.h127 void sen_ql_bind_symbol(sen_db_store *dbs, sen_obj *symbol);
H A Dscm.c158 sen_db_store *slot = sen_db_store_open(ctx->db, SYMNAME(x)); in sen_ql_mk_symbol()
/dports/textproc/senna/senna-1.1.5/src/
H A Dsennachk.c588 sen_db_store *l, *k; in senchk_filelist_get()