Home
last modified time | relevance | path

Searched refs:est_db_out_keywords (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/hyperestraier/hyperestraier-1.4.13/
H A Destraier.h1270 int est_db_out_keywords(ESTDB *db, int id);
H A Destmtdb.c507 rv = est_db_out_keywords(db->db, id); in est_mtdb_out_keywords()
H A Destraier.c2408 if(!est_db_out_keywords(db, id) && db->ecode != ESTENOITEM){ in est_db_out_doc()
4710 if(!est_db_out_keywords(db, id) && db->ecode != ESTENOITEM) err = TRUE; in est_db_put_keywords()
4731 int est_db_out_keywords(ESTDB *db, int id){ in est_db_out_keywords() function