Searched refs:IMAP_ARG_NIL (Results 1 - 10 of 10) sorted by relevance

/dovecot/src/lib-imap/
H A Dimap-arg.c8 if (arg->type != IMAP_ARG_ATOM && arg->type != IMAP_ARG_NIL)
37 if (!IMAP_ARG_IS_ASTRING(arg) && arg->type != IMAP_ARG_NIL)
46 if (arg->type == IMAP_ARG_NIL) {
H A Dimap-arg.h34 IMAP_ARG_NIL = 0, enumerator in enum:imap_arg_type
64 IMAP_ARG_NIL, although it should be treated the same as "NIL" string when
73 (IMAP_ARG_IS_ASTRING(arg) || (arg)->type == IMAP_ARG_NIL)
H A Dimap-util.c80 case IMAP_ARG_NIL:
148 case IMAP_ARG_NIL:
H A Dimap-bodystructure.c249 if (arg->type == IMAP_ARG_NIL) {
280 if (arg->type == IMAP_ARG_NIL) {
316 if (args->type == IMAP_ARG_NIL)
697 case IMAP_ARG_NIL:
827 } else if (args->type == IMAP_ARG_NIL) {
H A Dimap-envelope.c133 if (arg->type == IMAP_ARG_NIL) {
H A Dimap-parser.c253 arg->type = IMAP_ARG_NIL;
/dovecot/src/lib-storage/
H A Dmail-search-parser-imap.c28 case IMAP_ARG_NIL:
67 case IMAP_ARG_NIL:
/dovecot/src/imap-login/
H A Dimap-login-cmd-id.c158 if (arg->type == IMAP_ARG_NIL)
/dovecot/src/imap/
H A Dcmd-setmetadata.c169 case IMAP_ARG_NIL:
/dovecot/src/lib-storage/index/imapc/
H A Dimapc-storage.c895 if (reply->args[i].type == IMAP_ARG_NIL)

Completed in 17 milliseconds