Home
last modified time | relevance | path

Searched refs:ptrarray_set (Results 1 – 12 of 12) sorted by relevance

/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/lib/
H A Dptrarray.h68 void ptrarray_set(ptrarray_t *, int idx, void *);
H A Dptrarray.c129 EXPORTED void ptrarray_set(ptrarray_t *pa, int idx, void *p) in ptrarray_set() function
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/lib/
H A Dptrarray.h68 void ptrarray_set(ptrarray_t *, int idx, void *);
H A Dptrarray.c129 EXPORTED void ptrarray_set(ptrarray_t *pa, int idx, void *p) in ptrarray_set() function
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/lib/
H A Dptrarray.h68 void ptrarray_set(ptrarray_t *, int idx, void *);
H A Dptrarray.c129 EXPORTED void ptrarray_set(ptrarray_t *pa, int idx, void *p) in ptrarray_set() function
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/cunit/
H A Dptrarray.testc108 ptrarray_set(&pa, 0, PTR0REP);
114 ptrarray_set(&pa, -1, PTR0REP2);
133 ptrarray_set(&pa, 2, PTR2REP);
211 ptrarray_set(&pa, -1, PTR0);
225 ptrarray_set(&pa, -4, PTR0);
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/cunit/
H A Dptrarray.testc108 ptrarray_set(&pa, 0, PTR0REP);
114 ptrarray_set(&pa, -1, PTR0REP2);
133 ptrarray_set(&pa, 2, PTR2REP);
211 ptrarray_set(&pa, -1, PTR0);
225 ptrarray_set(&pa, -4, PTR0);
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/cunit/
H A Dptrarray.testc108 ptrarray_set(&pa, 0, PTR0REP);
114 ptrarray_set(&pa, -1, PTR0REP2);
133 ptrarray_set(&pa, 2, PTR2REP);
211 ptrarray_set(&pa, -1, PTR0);
225 ptrarray_set(&pa, -4, PTR0);
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dsearch_xapian.c3504 ptrarray_set(&batch, i, NULL); in reindex_mb()
3518 ptrarray_set(&batch, i, NULL); in reindex_mb()
H A Djmap_mailbox.c1471 else ptrarray_set(&query->result, newlen++, rec); in _mboxquery_run()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Djmap_mailbox.c1404 else ptrarray_set(&query->result, newlen++, rec); in _mboxquery_run()