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

  /external/chromium/third_party/libjingle/source/talk/base/
base64.cc 124 unsigned char qbuf[4], bool* padded)
128 qbuf[byte_len] = DecodeTable[static_cast<unsigned char>(data[*dpos])];
129 if ((il == qbuf[byte_len]) || (illegal_pads && (pd == qbuf[byte_len]))) {
133 } else if (sp == qbuf[byte_len]) {
137 } else if (pd == qbuf[byte_len]) {
162 qbuf[i] = 0;
207 unsigned char c, qbuf[4]; local
210 data, len, &dpos, qbuf, &padded);
211 c = (qbuf[0] << 2) | ((qbuf[1] >> 4) & 0x3)
    [all...]
base64.h 87 unsigned char qbuf[4], bool* padded);
  /external/valgrind/main/coregrind/m_debuginfo/
readstabs.c 160 Char* qbuf = NULL; local
198 VG_(memcpy)(n, qbuf, qidx);
200 if (qbuf != NULL)
201 ML_(dinfo_free)(qbuf);
202 qbuf = n;
205 VG_(memcpy)(&qbuf[qidx], string, qlen);
208 qbuf[qidx] = '\0';
209 VG_(printf)("working buf=\"%s\"\n", qbuf);
225 if (qbuf != NULL) {
227 string = ML_(addStr)(di, qbuf, qidx)
    [all...]
  /bionic/libc/netbsd/
gethnamaddr.c 1120 char qbuf[MAXDNAME + 1], *qp, *ep; local
1137 (void)snprintf(qbuf, sizeof(qbuf), "%u.%u.%u.%u.in-addr.arpa",
1143 qp = qbuf;
1144 ep = qbuf + sizeof(qbuf) - 1;
1156 if (strlcat(qbuf, "ip6.arpa", sizeof(qbuf)) >= sizeof(qbuf)) {
1175 n = res_nquery(res, qbuf, C_IN, T_PTR, buf->buf, sizeof(buf->buf))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
i2o-dev.h 90 void *qbuf; /* Pointer to HTTP query string */ member in struct:i2o_html
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
i2o-dev.h 90 void *qbuf; /* Pointer to HTTP query string */ member in struct:i2o_html
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
i2o-dev.h 90 void *qbuf; /* Pointer to HTTP query string */ member in struct:i2o_html

Completed in 338 milliseconds