Home
last modified time | relevance | path

Searched refs:imap (Results 1 – 25 of 134) sorted by relevance

123456

/third_party/curl/lib/
Dimap.c257 struct IMAP *imap = data->req.p.imap; in imap_endofresp() local
287 if((!imap->custom && !imap_matchresp(line, len, "LIST")) || in imap_endofresp()
288 (imap->custom && !imap_matchresp(line, len, imap->custom) && in imap_endofresp()
289 (!strcasecompare(imap->custom, "STORE") || in imap_endofresp()
291 !strcasecompare(imap->custom, "SELECT") && in imap_endofresp()
292 !strcasecompare(imap->custom, "EXAMINE") && in imap_endofresp()
293 !strcasecompare(imap->custom, "SEARCH") && in imap_endofresp()
294 !strcasecompare(imap->custom, "EXPUNGE") && in imap_endofresp()
295 !strcasecompare(imap->custom, "LSUB") && in imap_endofresp()
296 !strcasecompare(imap->custom, "UID") && in imap_endofresp()
[all …]
/third_party/curl/docs/examples/
D.gitignore33 imap-append
34 imap-authzid
35 imap-copy
36 imap-create
37 imap-delete
38 imap-examine
39 imap-fetch
40 imap-list
41 imap-lsub
42 imap-multi
[all …]
DMakefile.inc58 imap-append \
59 imap-authzid \
60 imap-copy \
61 imap-create \
62 imap-delete \
63 imap-examine \
64 imap-fetch \
65 imap-list \
66 imap-lsub \
67 imap-multi \
[all …]
/third_party/curl/tests/data/
Dtest132117 imap: sure hit me
44 imap
55 'imap://imap.%TESTNUMBER:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u user:secret -p -x %HOSTIP:%PROXYPORT
70 CONNECT imap.%TESTNUMBER:%IMAPPORT HTTP/1.1
71 Host: imap.%TESTNUMBER:%IMAPPORT
Dtest81524 imap
30 imap://%HOSTIP:%IMAPPORT/%TESTNUMBER -X 'STORE 123 +Flags \Deleted' -u user:secret -: imap://%HOSTI…
Dtest80425 imap
31 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=123/;SECTION=1' 'imap://%HOSTIP:%IMAPPORT/%TESTNUM…
Dtest81627 imap
33 imap://%HOSTIP:%IMAPPORT/%TESTNUMBER -X 'STORE 123 +Flags \Deleted' -u user:secret -: imap://%HOSTI…
Dtest83633 imap
39 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u user.one:secret -: 'imap://%HOSTIP:%IMAPPORT…
Dtest82912 imap
18 imap://%HOSTIP:%IMAPPORT/%0d%0a/%TESTNUMBER
Dtest66012 imap
22 imap://%HOSTIP:%IMAPPORT/%TESTNUMBER
Dtest67720 imap
30 imap://%HOSTIP:%IMAPPORT/677
Dtest89620 imap
26 'imap://%HOSTIP:%IMAPPORT/895/;MAILINDEX=1' -u '"user:sec"ret{' --login-options 'AUTH=dummy'
Dtest81220 imap
26 imap://%HOSTIP:%IMAPPORT -u user:secret -X 'DELETE %TESTNUMBER'
Dtest81120 imap
26 imap://%HOSTIP:%IMAPPORT -u user:secret -X 'CREATE %TESTNUMBER'
Dtest81320 imap
26 imap://%HOSTIP:%IMAPPORT -u user:secret -X 'RENAME 666 %TESTNUMBER'
Dtest81420 imap
26 imap://%HOSTIP:%IMAPPORT/%TESTNUMBER -u user:secret -X 'CHECK'
Dtest81720 imap
26 imap://%HOSTIP:%IMAPPORT -u user:secret -X 'COPY 123 %TESTNUMBER'
Dtest80321 imap
27 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER;UIDVALIDITY=12345/;MAILINDEX=123' -u user:secret
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Daudiotestsrc.c216 GstMapInfo imap, pmap; in GST_START_TEST() local
229 gst_buffer_map (ibuf, &imap, GST_MAP_READ); in GST_START_TEST()
233 fail_unless_equals_int (imap.size, pmap.size); in GST_START_TEST()
234 isamples = imap.size / TEST_LAYOUT_CHANNELS; in GST_START_TEST()
236 fail_unless_equals_int (imap.size % TEST_LAYOUT_CHANNELS, 0); in GST_START_TEST()
242 iptr = (gint16 *) imap.data; in GST_START_TEST()
256 fail_unless (iidx < imap.size / 2); in GST_START_TEST()
280 gst_buffer_unmap (ibuf, &imap); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/pnm/
Dgstpnmdec.c366 GstMapInfo imap, omap; in gst_pnmdec_handle_frame() local
381 gst_buffer_map (s->buf, &imap, GST_MAP_READ); in gst_pnmdec_handle_frame()
383 gst_buffer_map (frame->input_buffer, &imap, GST_MAP_READ); in gst_pnmdec_handle_frame()
393 omap.data[i * 8] = (imap.data[i] & 0x80) ? 0 : 255; in gst_pnmdec_handle_frame()
394 omap.data[i * 8 + 1] = (imap.data[i] & 0x40) ? 0 : 255; in gst_pnmdec_handle_frame()
395 omap.data[i * 8 + 2] = (imap.data[i] & 0x20) ? 0 : 255; in gst_pnmdec_handle_frame()
396 omap.data[i * 8 + 3] = (imap.data[i] & 0x10) ? 0 : 255; in gst_pnmdec_handle_frame()
397 omap.data[i * 8 + 4] = (imap.data[i] & 0x08) ? 0 : 255; in gst_pnmdec_handle_frame()
398 omap.data[i * 8 + 5] = (imap.data[i] & 0x04) ? 0 : 255; in gst_pnmdec_handle_frame()
399 omap.data[i * 8 + 6] = (imap.data[i] & 0x02) ? 0 : 255; in gst_pnmdec_handle_frame()
[all …]
/third_party/vk-gl-cts/scripts/opengl/
Dgen_wrapper.py28 from itertools import imap
30 imap=map variable
46 defines = imap(commandAliasDefinition, iface.commands)
47 prototypes = imap(commandWrapperDeclaration, iface.commands)
/third_party/vk-gl-cts/scripts/egl/
Dgtf_wrapper.py31 from itertools import imap
33 imap=map variable
97 defines = imap(commandAliasDefinition, defaultIface.commands)
98 prototypes = imap(commandWrapperDeclaration, defaultIface.commands)
/third_party/python/Doc/includes/
Dmp_pool.py54 imap_it = pool.imap(calculatestar, TASKS)
98 print(list(pool.imap(f, list(range(10)))))
104 it = pool.imap(f, list(range(10)))
138 it = pool.imap(calculatestar, TASKS)
/third_party/boost/libs/icl/test/test_casual_/
Dtest_casual.cpp86 SpyMapT imap; in BOOST_AUTO_TEST_CASE() local
90 imap.add(imap.begin(), make_pair(interval<int>::right_open( 0, 8), Spy(1))); in BOOST_AUTO_TEST_CASE()
/third_party/gstreamer/gstplugins_bad/ext/fdkaac/
Dgstfdkaacenc.c430 GstMapInfo imap, omap; in gst_fdkaacenc_handle_frame() local
446 gst_buffer_map (inbuf, &imap, GST_MAP_READWRITE); in gst_fdkaacenc_handle_frame()
447 gst_audio_reorder_channels (imap.data, imap.size, in gst_fdkaacenc_handle_frame()
451 gst_buffer_map (inbuf, &imap, GST_MAP_READ); in gst_fdkaacenc_handle_frame()
454 in_args.numInSamples = imap.size / GST_AUDIO_INFO_BPS (info); in gst_fdkaacenc_handle_frame()
456 in_sizes = imap.size; in gst_fdkaacenc_handle_frame()
472 in_desc.bufs = (void *) &imap.data; in gst_fdkaacenc_handle_frame()
501 gst_buffer_unmap (inbuf, &imap); in gst_fdkaacenc_handle_frame()
522 gst_buffer_unmap (inbuf, &imap); in gst_fdkaacenc_handle_frame()

123456