Home
last modified time | relevance | path

Searched refs:alloc_search_notkey (Results 1 – 2 of 2) sorted by relevance

/dports/mail/courier/courier-0.65.3/imap/
H A Dsearchinfo.c52 static struct searchinfo *alloc_search_notkey(struct searchinfo **);
92 si=alloc_search_notkey(head); in alloc_search_andlist()
97 if ((a=alloc_search_notkey(head)) == 0) return (0); in alloc_search_andlist()
107 static struct searchinfo *alloc_search_notkey(struct searchinfo **head) in alloc_search_notkey() function
161 if ((si->a=alloc_search_notkey(head)) == 0 || in alloc_search_key()
162 (si->b=alloc_search_notkey(head)) == 0) return (0); in alloc_search_key()
/dports/mail/courier-imap/courier-imap-5.1.4/libs/imap/
H A Dsearchinfo.c51 static struct searchinfo *alloc_search_notkey(struct searchinfo **);
91 si=alloc_search_notkey(head); in alloc_search_andlist()
96 if ((a=alloc_search_notkey(head)) == 0) return (0); in alloc_search_andlist()
106 static struct searchinfo *alloc_search_notkey(struct searchinfo **head) in alloc_search_notkey() function
160 if ((si->a=alloc_search_notkey(head)) == 0 || in alloc_search_key()
161 (si->b=alloc_search_notkey(head)) == 0) return (0); in alloc_search_key()