Searched refs:ctag (Results 1 – 4 of 4) sorted by relevance
25 struct ctag;30 static int ctagcmp(struct ctag *, struct ctag *);35 static struct ctag *searchtag(char *);42 struct ctag { struct43 RB_ENTRY(ctag) entry;48 RB_HEAD(tagtree, ctag) tags = RB_INITIALIZER(&tags); argument49 RB_GENERATE(tagtree, ctag, entry, ctagcmp);60 ctagcmp(struct ctag *s, struct ctag *t) in ctagcmp()145 struct ctag *var, *nxt; in unloadtags()164 struct ctag *res; in pushtag()[all …]
44 u_int32_t ctag; in ntfs_uncompblock() local66 ctag = cbuf[cpos++]; in ntfs_uncompblock()68 if (ctag & 1) { in ntfs_uncompblock()85 ctag >>= 1; in ntfs_uncompblock()
11 CenteringTag<C> ctag; in f() local
1223 BIO* ctag; member1238 b = data->ctag; in xml_selectbio()1404 (void)BIO_reset(data->ctag); in handle_keydigest()1513 xml_append_bio(data->ds, data->ctag); in xml_append_ds()1579 data->ctag = BIO_new(BIO_s_mem()); in xml_parse_setup()1584 if(!data->ds || !data->ctag || !data->calgo || !data->czone || in xml_parse_setup()1656 BIO_free(data.ctag); in xml_parse()