Home
last modified time | relevance | path

Searched refs:fetch_att (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/dports/mail/libetpan/libetpan-1.9.4/src/driver/implementation/imap/
H A Dimapdriver_message.c218 if (fetch_att == NULL) { in imap_fetch()
242 if (fetch_att == NULL) { in imap_fetch()
343 if (fetch_att == NULL) { in imap_fetch_header()
367 if (fetch_att == NULL) { in imap_fetch_header()
467 if (fetch_att == NULL) { in imap_fetch_body()
490 if (fetch_att == NULL) { in imap_fetch_body()
588 if (fetch_att == NULL) { in imap_fetch_size()
693 if (fetch_att == NULL) { in imap_get_bodystructure()
706 if (fetch_att == NULL) { in imap_get_bodystructure()
922 if (fetch_att == NULL) { in imap_fetch_section()
[all …]
/dports/mail/libetpan/libetpan-1.9.4/src/low-level/imap/
H A Dmailimap_helper.c51 struct mailimap_fetch_att * fetch_att; in mailimap_fetch_rfc822() local
59 fetch_att = mailimap_fetch_att_new_rfc822(); in mailimap_fetch_rfc822()
60 fetch_type = mailimap_fetch_type_new_fetch_att(fetch_att); in mailimap_fetch_rfc822()
112 struct mailimap_fetch_att * fetch_att; in mailimap_fetch_rfc822_header() local
119 fetch_att = mailimap_fetch_att_new_rfc822_header(); in mailimap_fetch_rfc822_header()
120 fetch_type = mailimap_fetch_type_new_fetch_att(fetch_att); in mailimap_fetch_rfc822_header()
172 struct mailimap_fetch_att * fetch_att; in mailimap_fetch_envelope() local
176 fetch_att = mailimap_fetch_att_new_envelope(); in mailimap_fetch_envelope()
177 fetch_type = mailimap_fetch_type_new_fetch_att(fetch_att); in mailimap_fetch_envelope()
/dports/mail/libetpan/libetpan-1.9.4/tests/
H A Dimap-sample.c74 struct mailimap_fetch_att * fetch_att; in fetch_msg() local
90 fetch_att = mailimap_fetch_att_new_body_peek_section(section); in fetch_msg()
91 mailimap_fetch_type_new_fetch_att_list_add(fetch_type, fetch_att); in fetch_msg()
146 struct mailimap_fetch_att * fetch_att; in fetch_messages() local
156 fetch_att = mailimap_fetch_att_new_uid(); in fetch_messages()
157 mailimap_fetch_type_new_fetch_att_list_add(fetch_type, fetch_att); in fetch_messages()
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/include/access/
H A Dtupmacs.h37 #define fetchatt(A,T) fetch_att(T, (A)->attbyval, (A)->attlen)
44 #define fetch_att(T,attbyval,attlen) \ macro
71 #define fetch_att(T,attbyval,attlen) \ macro
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/access/
H A Dtupmacs.h37 #define fetchatt(A,T) fetch_att(T, (A)->attbyval, (A)->attlen)
44 #define fetch_att(T,attbyval,attlen) \ macro
71 #define fetch_att(T,attbyval,attlen) \ macro
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/access/
H A Dtupmacs.h37 #define fetchatt(A,T) fetch_att(T, (A)->attbyval, (A)->attlen)
44 #define fetch_att(T,attbyval,attlen) \ macro
71 #define fetch_att(T,attbyval,attlen) \ macro
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/access/
H A Dtupmacs.h37 #define fetchatt(A,T) fetch_att(T, (A)->attbyval, (A)->attlen)
44 #define fetch_att(T,attbyval,attlen) \ macro
71 #define fetch_att(T,attbyval,attlen) \ macro
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/access/
H A Dtupmacs.h37 #define fetchatt(A,T) fetch_att(T, (A)->attbyval, (A)->attlen)
44 #define fetch_att(T,attbyval,attlen) \ macro
71 #define fetch_att(T,attbyval,attlen) \ macro
/dports/databases/postgresql11-client/postgresql-11.14/src/include/access/
H A Dtupmacs.h37 #define fetchatt(A,T) fetch_att(T, (A)->attbyval, (A)->attlen)
44 #define fetch_att(T,attbyval,attlen) \ macro
71 #define fetch_att(T,attbyval,attlen) \ macro
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/access/
H A Dtupmacs.h37 #define fetchatt(A,T) fetch_att(T, (A)->attbyval, (A)->attlen)
44 #define fetch_att(T,attbyval,attlen) \ macro
71 #define fetch_att(T,attbyval,attlen) \ macro
/dports/databases/postgresql10-client/postgresql-10.19/src/include/access/
H A Dtupmacs.h37 #define fetchatt(A,T) fetch_att(T, (A)->attbyval, (A)->attlen)
44 #define fetch_att(T,attbyval,attlen) \ macro
71 #define fetch_att(T,attbyval,attlen) \ macro
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/access/
H A Dtupmacs.h37 #define fetchatt(A,T) fetch_att(T, (A)->attbyval, (A)->attlen)
44 #define fetch_att(T,attbyval,attlen) \ macro
71 #define fetch_att(T,attbyval,attlen) \ macro
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/access/
H A Dtupmacs.h37 #define fetchatt(A,T) fetch_att(T, (A)->attbyval, (A)->attlen)
44 #define fetch_att(T,attbyval,attlen) \ macro
71 #define fetch_att(T,attbyval,attlen) \ macro
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/access/
H A Dtupmacs.h37 #define fetchatt(A,T) fetch_att(T, (A)->attbyval, (A)->attlen)
44 #define fetch_att(T,attbyval,attlen) \ macro
71 #define fetch_att(T,attbyval,attlen) \ macro
/dports/databases/postgresql11-plperl/postgresql-11.14/src/include/access/
H A Dtupmacs.h37 #define fetchatt(A,T) fetch_att(T, (A)->attbyval, (A)->attlen)
44 #define fetch_att(T,attbyval,attlen) \ macro
71 #define fetch_att(T,attbyval,attlen) \ macro
/dports/databases/postgresql11-docs/postgresql-11.14/src/include/access/
H A Dtupmacs.h37 #define fetchatt(A,T) fetch_att(T, (A)->attbyval, (A)->attlen)
44 #define fetch_att(T,attbyval,attlen) \ macro
71 #define fetch_att(T,attbyval,attlen) \ macro
/dports/databases/postgresql11-plpython/postgresql-11.14/src/include/access/
H A Dtupmacs.h37 #define fetchatt(A,T) fetch_att(T, (A)->attbyval, (A)->attlen)
44 #define fetch_att(T,attbyval,attlen) \ macro
71 #define fetch_att(T,attbyval,attlen) \ macro
/dports/databases/postgresql11-server/postgresql-11.14/src/include/access/
H A Dtupmacs.h37 #define fetchatt(A,T) fetch_att(T, (A)->attbyval, (A)->attlen)
44 #define fetch_att(T,attbyval,attlen) \
71 #define fetch_att(T,attbyval,attlen) \
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/access/
H A Dtupmacs.h37 #define fetchatt(A,T) fetch_att(T, (A)->attbyval, (A)->attlen)
44 #define fetch_att(T,attbyval,attlen) \ macro
71 #define fetch_att(T,attbyval,attlen) \ macro
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/include/access/
H A Dtupmacs.h37 #define fetchatt(A,T) fetch_att(T, (A)->attbyval, (A)->attlen)
44 #define fetch_att(T,attbyval,attlen) \
71 #define fetch_att(T,attbyval,attlen) \
/dports/databases/postgresql10-server/postgresql-10.19/src/include/access/
H A Dtupmacs.h37 #define fetchatt(A,T) fetch_att(T, (A)->attbyval, (A)->attlen)
44 #define fetch_att(T,attbyval,attlen) \ macro
71 #define fetch_att(T,attbyval,attlen) \ macro
/dports/databases/postgresql12-client/postgresql-12.9/src/include/access/
H A Dtupmacs.h39 #define fetchatt(A,T) fetch_att(T, (A)->attbyval, (A)->attlen)
46 #define fetch_att(T,attbyval,attlen) \ macro
73 #define fetch_att(T,attbyval,attlen) \ macro
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/include/access/
H A Dtupmacs.h37 #define fetchatt(A,T) fetch_att(T, (A)->attbyval, (A)->attlen)
44 #define fetch_att(T,attbyval,attlen) \ macro
71 #define fetch_att(T,attbyval,attlen) \ macro
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/access/
H A Dtupmacs.h41 #define fetchatt(A,T) fetch_att(T, (A)->attbyval, (A)->attlen)
48 #define fetch_att(T,attbyval,attlen) \ macro
75 #define fetch_att(T,attbyval,attlen) \ macro
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/access/
H A Dtupmacs.h41 #define fetchatt(A,T) fetch_att(T, (A)->attbyval, (A)->attlen)
48 #define fetch_att(T,attbyval,attlen) \ macro
75 #define fetch_att(T,attbyval,attlen) \ macro

12345678910>>...16