HomeSort by relevance Sort by last modified time
    Searched refs:wlen (Results 1 - 14 of 14) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
win32.cc 103 int wlen = ::MultiByteToWideChar(CP_UTF8, 0, utf8.c_str(), utf8.length() + 1, local
105 if (0 == wlen) {
108 wchar_t* wfilename = STACK_ARRAY(wchar_t, wlen);
110 wfilename, wlen)) {
114 std::replace(wfilename, wfilename + wlen, L'/', L'\\');
  /external/qemu/proxy/
proxy_http.c 114 int wlen; local
140 wlen = proxy_base64_encode(user_pass, uplen, encoded, (int)sizeof(encoded));
141 if (wlen < 0) {
146 p += snprintf(p, end-p, "Proxy-authorization: Basic %.*s\r\n", wlen, encoded);
  /external/ppp/pppd/
upap.c 620 int mlen, ulen, wlen; local
646 wlen = p[ulen + 1];
647 if (len < ulen + wlen + 2)
651 p += ulen + wlen + 2;
652 len -= ulen + wlen + 2;
657 print_string(pwd, wlen, printer, arg);
  /external/oprofile/utils/
ophelp.c 69 int wlen = strcspn(msg, " "); local
70 if (*column + wlen > LINE_LEN) {
74 printf("%.*s ", wlen, msg);
75 *column += wlen + 1;
76 msg += wlen;
  /external/srec/srec/crec/
word_lattice.c 237 int wlen; local
274 wlen = strlen(w);
275 if (wlen + tr_end - transcription + 1 >= len)
282 to_p = tr_end + wlen + 1;
291 end = to_p + wlen;
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_rights_manager.c 579 uint64_t i, len, wlen = DRM_ONE_AES_BLOCK_LEN, curLen, restLen; local
630 wlen = len;
655 memcpy(pTarget, buf, (size_t)wlen);
656 pTarget += wlen;
  /external/libpcap/
pcap-dag.c 287 packet_len = ntohs(header->wlen);
301 packet_len = ntohs(header->wlen);
337 packet_len = ntohs(header->wlen);
352 packet_len = ntohs(header->wlen);
364 packet_len = ntohs(header->wlen);
pcap-win32.c 249 swt = SWAPS(header->wlen);
261 swt = SWAPS(header->wlen);
  /external/skia/src/ports/
SkFontHost_win_dw.cpp     [all...]
  /external/libmtp/src/
libusb-glue.c 1173 int wlen, datawlen; local
    [all...]
  /external/libpng/
pngwutil.c 1675 png_size_t wlen, hlen, total_len; local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwutil.c 1645 png_size_t wlen, hlen, total_len; local
    [all...]
  /external/openssl/ssl/
s3_lib.c 3010 size_t rlen, wlen; local
    [all...]
  /external/mksh/src/
edit.c 831 size_t add = 0, wlen = len; local
835 while (wlen - add > 0)
848 wlen -= add;
853 if (wlen > 0 && rval == 0)
854 rval = putbuf_func(s, wlen);
    [all...]

Completed in 321 milliseconds