Searched defs:databuf (Results 1 - 7 of 7) sorted by relevance

/external/curl/tests/libtest/
H A Dlib552.c127 static char databuf[70000]; /* MUST be more than 64k OR variable
133 size_t available = sizeof(databuf) - current_offset; /* What we have to
137 memcpy(ptr, databuf + current_offset, given);
187 for(i = 0; i < sizeof(databuf); ++i)
188 databuf[i] = fill[i % sizeof fill];
199 test_setopt(curl, CURLOPT_POSTFIELDSIZE, (long) sizeof(databuf));
/external/syslinux/efi/
H A Dtcp.c200 static char databuf[8192]; variable
224 rxdata.DataLength = sizeof(databuf);
226 frag->FragmentBuffer = databuf;
227 frag->FragmentLength = sizeof(databuf);
245 memcpy(databuf, frag->FragmentBuffer, len);
246 data = databuf;
/external/python/cpython3/Modules/
H A Dbinascii.c1351 const unsigned char *databuf; local
1360 databuf = data->buf;
1367 p = (const unsigned char *) memchr(databuf, '\n', datalen);
1368 if ((p != NULL) && (p > databuf) && (*(p-1) == '\r'))
1375 if ((databuf[in] > 126) ||
1376 (databuf[in] == '=') ||
1377 (header && databuf[in] == '_') ||
1378 ((databuf[in] == '.') && (linelen == 0) &&
1379 (in + 1 == datalen || databuf[in+1] == '\n' ||
1380 databuf[i
[all...]
/external/libxml2/os400/iconv/bldcsndfa/
H A Dbldcsndfa.c376 byte * databuf; local
384 databuf = malloc(sbuf.st_size + 4);
386 if (!databuf)
396 free((char *) databuf);
400 i = read(fd, (char *) databuf, sbuf.st_size);
404 free((char *) databuf);
408 databuf[i] = databuf[i + 1] = databuf[i + 2] = databuf[
[all...]
/external/libevent/
H A Dhttp.c2785 evhttp_send(struct evhttp_request *req, struct evbuffer *databuf) argument
2800 if (databuf != NULL)
2801 evbuffer_add_buffer(req->output_buffer, databuf);
2811 struct evbuffer *databuf)
2815 evhttp_send(req, databuf);
2842 evhttp_send_reply_chunk_with_cb(struct evhttp_request *req, struct evbuffer *databuf, argument
2853 if (evbuffer_get_length(databuf) == 0)
2859 (unsigned)evbuffer_get_length(databuf));
2861 evbuffer_add_buffer(output, databuf);
2869 evhttp_send_reply_chunk(struct evhttp_request *req, struct evbuffer *databuf) argument
2810 evhttp_send_reply(struct evhttp_request *req, int code, const char *reason, struct evbuffer *databuf) argument
3010 evhttp_send_page_(struct evhttp_request *req, struct evbuffer *databuf) argument
[all...]
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 608 milliseconds