Searched refs:imap (Results 1 - 25 of 35) sorted by relevance

12

/external/curl/docs/examples/
H A DMakefile.inc32 imap-list imap-lsub imap-fetch imap-store imap-append imap-examine \
33 imap-search imap-create imap-delete imap
[all...]
/external/curl/lib/
H A Dimap.c70 #include "imap.h"
215 /* SASL parameters for the imap protocol */
217 "imap", /* The service name */
291 struct IMAP *imap = conn->data->req.protop; local
325 if((!imap->custom && !imap_matchresp(line, len, "LIST")) ||
326 (imap->custom && !imap_matchresp(line, len, imap->custom) &&
327 (strcmp(imap->custom, "STORE") ||
329 strcmp(imap->custom, "SELECT") &&
330 strcmp(imap
652 struct IMAP *imap = data->req.protop; local
687 struct IMAP *imap = data->req.protop; local
726 struct IMAP *imap = conn->data->req.protop; local
760 struct IMAP *imap = conn->data->req.protop; local
801 struct IMAP *imap = conn->data->req.protop; local
1055 struct IMAP *imap = conn->data->req.protop; local
1380 struct IMAP *imap; local
1460 struct IMAP *imap = data->req.protop; local
1522 struct IMAP *imap = data->req.protop; local
1645 struct IMAP *imap = conn->data->req.protop; local
1975 struct IMAP *imap = data->req.protop; local
2105 struct IMAP *imap = data->req.protop; local
[all...]
H A DMakefile.inc50 curl_sspi.c slist.c nonblock.c curl_memrchr.c imap.c pop3.c smtp.c \
68 slist.h nonblock.h curl_memrchr.h imap.h pop3.h smtp.h pingpong.h \
/external/deqp/scripts/opengl/
H A Dgen_wrapper.py25 from itertools import imap, chain namespace
41 defines = imap(commandAliasDefinition, iface.commands)
42 prototypes = imap(commandWrapperDeclaration, iface.commands)
/external/v8/tools/gcmole/
H A Dparallel.py41 sys.argv[2:], pool.imap(invoke, cmdlines)):
/external/curl/tests/
H A Dserverhelp.pm82 /^((ftp|http|imap|pop3|smtp|http-pipe)s?)(\d*)(-ipv6|)$/) {
161 $trailer = '_stunnel.log' if(lc($proto) =~ /^(ftp|http|imap|pop3|smtp)s$/);
202 (lc($proto) =~ /^(ftp|imap|pop3|smtp)s?$/));
214 (lc($proto) =~ /^(ftp|imap|pop3|smtp)s?$/));
H A Dftp.pm256 return if($proto !~ /^(ftp|imap|pop3|smtp)$/);
296 for my $proto (('ftp', 'imap', 'pop3', 'smtp')) {
/external/e2fsprogs/debugfs/
H A Dro_debug_cmds.ct82 imap;
H A Ddebug_cmds.ct167 imap;
/external/opencv3/3rdparty/jinja2/
H A Dexceptions.py11 from jinja2._compat import imap, text_type, PY2, implements_to_string namespace
75 u', '.join(imap(text_type, names))
H A D_compat.py40 imap = map variable
65 from itertools import imap, izip, ifilter namespace
H A Dfilters.py21 from jinja2._compat import next, imap, string_types, text_type, iteritems namespace
314 value = imap(make_attrgetter(eval_ctx.environment, attribute), value)
318 return text_type(d).join(imap(text_type, value))
337 return soft_unicode(d).join(imap(soft_unicode, value))
732 iterable = imap(make_attrgetter(environment, attribute), iterable)
H A Druntime.py17 from jinja2._compat import next, imap, text_type, iteritems, \
40 iterator = imap(soft_unicode, seq)
50 return concat(imap(text_type, seq))
18 implements_iterator, implements_to_string, string_types, PY2 namespace
/external/deqp/scripts/egl/
H A Dlibrary.py26 from itertools import imap, chain namespace
/external/e2fsprogs/resize/
H A Dresize2fs.h110 ext2_extent imap; member in struct:ext2_resize_struct
H A Dresize2fs.c1564 if (!rfs->imap) {
1565 retval = ext2fs_create_extent_table(&rfs->imap, 0);
1569 ext2fs_add_extent_entry(rfs->imap, ino, new_inode);
1625 new_inode = ext2fs_extent_translate(is->rfs->imap, dirent->inode);
1655 if (!rfs->imap)
1689 ext2fs_free_extent_table(rfs->imap);
1690 rfs->imap = 0;
/external/tremolo/Tremolo/
H A Dfloor0.c160 ogg_uint32_t imap= (1UL<<31) / ln; local
174 ogg_uint32_t nextbark=MULT31(imap>>1,tBnyq1);
204 wi=vorbis_coslook2_i((map*imap)>>15);
340 nextbark=MULT31((map+1)*(imap>>1),tBnyq1);
/external/opencv3/samples/python2/
H A Dasift.py94 ires = it.imap(f, params)
96 ires = pool.imap(f, params)
/external/v8/tools/vim/
H A Dninja-build.vim113 imap <D-k> <esc>:CrCompileFile<cr>
116 imap <C-F7> <esc>:CrCompileFile<cr>
/external/clang/utils/
H A DFuzzTest327 it = itertools.imap(random.randrange,
330 it = itertools.imap(random.randrange, itertools.repeat(tg.num_tests))
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
H A Dgjslint.py107 path_results = pool.imap(_CheckPath, paths)
/external/pdfium/testing/tools/
H A Drun_corpus_tests.py137 worker_results = pool.imap(worker_func, test_cases)
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-tree-wizard.rb215 SIMPLIFY_MAP = lambda do |imap|
217 imap.map { |type, nodes| [type, nodes.map { |n| n.to_s }] }
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
H A Dconnection.py325 hit_sets = itertools.imap(get_page_hits, page_nums)
708 qual_sets = itertools.imap(get_page_quals, page_nums)
/external/parameter-framework/upstream/tools/xmlGenerator/
H A DEddParser.py38 from itertools import imap namespace
179 optionsStrip = list(imap(str.strip, options))

Completed in 2430 milliseconds

12