HomeSort by relevance Sort by last modified time
    Searched defs:nlen (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /external/wpa_supplicant_8/src/eap_common/
eap_ikev2_common.c 24 size_t nlen; local
30 nlen = i_nonce_len + r_nonce_len;
31 nonces = os_malloc(nlen);
37 if (ikev2_prf_plus(prf, keys->SK_d, keys->SK_d_len, nonces, nlen,
  /external/wpa_supplicant_8/wpa_supplicant/
bgscan.c 38 size_t nlen; local
49 nlen = os_strlen(name);
51 nlen = params - name;
56 if (os_strncmp(name, bgscan_modules[i]->name, nlen) == 0) {
autoscan.c 50 size_t nlen; local
63 nlen = os_strlen(name);
65 nlen = params - name;
70 if (os_strncmp(name, autoscan_modules[i]->name, nlen) == 0) {
  /external/wpa_supplicant_8/src/utils/
ext_password_test.c 48 size_t nlen; local
55 nlen = os_strlen(name);
58 if (os_strncmp(pos, name, nlen) == 0 && pos[nlen] == '=') {
60 pos += nlen + 1;
  /external/zlib/src/contrib/infback9/
inflate9.h 40 unsigned nlen; /* number of length code lengths */ member in struct:inflate_state
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
string.c 400 int nlen = olen + strlen(a) + 1; local
401 if (*len < nlen) {
403 if (*len < nlen)
404 *len = nlen;
  /external/wpa_supplicant_8/src/p2p/
p2p_build.c 152 size_t nlen, i; local
192 nlen = p2p->cfg->dev_name ? os_strlen(p2p->cfg->dev_name) : 0;
194 wpabuf_put_be16(buf, nlen);
195 wpabuf_put_data(buf, p2p->cfg->dev_name, nlen);
p2p_parse.c 22 size_t i, nlen; local
150 nlen = WPA_GET_BE16(pos);
152 if (data + len - pos < (int) nlen || nlen > 32) {
154 "length %d (buf len %d)", (int) nlen,
158 os_memcpy(msg->device_name, pos, nlen);
159 msg->device_name[nlen] = '\0';
160 for (i = 0; i < nlen; i++) {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_pack.c 439 int nlen = 128 / src_type.width; local
451 lo, i*nlen*2, nlen);
453 lo, i*nlen*2 + nlen, nlen);
462 hi, i*nlen*2, nlen);
464 hi, i*nlen*2 + nlen, nlen)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/pem/
pem_lib.c 597 int nlen,n,i,j,outl; local
603 nlen=strlen(name);
606 (BIO_write(bp,name,nlen) != nlen) ||
642 (BIO_write(bp,name,nlen) != nlen) ||
  /external/libnfc-nci/src/nfc/int/
ce_int.h 95 UINT16 nlen; /* current size of NDEF message */ member in struct:__anon28153
96 UINT16 max_file_size; /* size of storage + 2 bytes for NLEN */
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_pack.c 439 int nlen = 128 / src_type.width; local
451 lo, i*nlen*2, nlen);
453 lo, i*nlen*2 + nlen, nlen);
462 hi, i*nlen*2, nlen);
464 hi, i*nlen*2 + nlen, nlen)
    [all...]
  /external/openssl/crypto/pem/
pem_lib.c 597 int nlen,n,i,j,outl; local
603 nlen=strlen(name);
606 (BIO_write(bp,name,nlen) != nlen) ||
642 (BIO_write(bp,name,nlen) != nlen) ||
  /external/ppp/pppd/
chap-new.c 285 int clen = 1, nlen, len; local
293 nlen = strlen(ss->name);
294 memcpy(p + 1 + clen, ss->name, nlen);
296 len = CHAP_HDRLEN + 1 + clen + nlen;
426 int clen, nlen; local
438 nlen = len - (clen + 1);
441 slprintf(rname, sizeof(rname), "%.*v", nlen, pkt + clen + 1);
462 nlen = strlen(cs->name);
463 memcpy(p + clen + 1, cs->name, nlen);
466 len = CHAP_HDRLEN + clen + 1 + nlen;
576 int clen, nlen; local
    [all...]
  /external/zlib/src/contrib/puff/
puff.c 647 * - Given the number of literal/length code lengths (nlen) and distance code
648 * lengths (ndist), then they are treated as one long list of nlen + ndist
667 int nlen, ndist, ncode; /* number of lengths in descriptor */ local
684 nlen = bits(s, 5) + 257;
687 if (nlen > MAXLCODES || ndist > MAXDCODES)
703 while (index < nlen + ndist) {
    [all...]
  /system/core/toolbox/upstream-netbsd/bin/cp/
cp.c 331 size_t nlen; local
401 nlen = curr->fts_pathlen - base;
407 if (target_mid - to.p_path + nlen >= PATH_MAX) {
413 (void)strncat(target_mid, p, nlen);
414 to.p_end = target_mid + nlen;
  /bootable/recovery/applypatch/
imgdiff.c 233 int nlen = Read2(cd+28); // filename len local
238 char* filename = malloc(nlen+1);
239 memcpy(filename, cd+46, nlen);
240 filename[nlen] = '\0';
244 cd += 46 + nlen + xlen + mlen;
258 if (Read2(lh+26) != nlen || memcmp(lh+30, filename, nlen) != 0) {
265 temp_entries[entrycount].data_offset = hoffset+30+nlen+xlen;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpbase.cc 162 size_t nlen = (value - line); local
168 if (MatchHeader(line, nlen, HH_CONTENT_LENGTH)) {
179 } else if (MatchHeader(line, nlen, HH_TRANSFER_ENCODING)) {
189 return ProcessHeader(line, nlen, value, vlen, error);
837 HttpBase::ProcessHeader(const char* name, size_t nlen, const char* value,
839 std::string sname(name, nlen), svalue(value, vlen);
  /external/chromium_org/third_party/webrtc/base/
httpbase.cc 142 size_t nlen = (value - line); local
148 if (MatchHeader(line, nlen, HH_CONTENT_LENGTH)) {
159 } else if (MatchHeader(line, nlen, HH_TRANSFER_ENCODING)) {
169 return ProcessHeader(line, nlen, value, vlen, error);
817 HttpBase::ProcessHeader(const char* name, size_t nlen, const char* value,
819 std::string sname(name, nlen), svalue(value, vlen);
  /external/chromium_org/third_party/zlib/
inflate.h 112 unsigned nlen; /* number of length code lengths */ member in struct:inflate_state
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
inflate.h 112 unsigned nlen; /* number of length code lengths */ member in struct:inflate_state
  /external/qemu/distrib/zlib-1.2.8/
inflate.h 112 unsigned nlen; /* number of length code lengths */ member in struct:inflate_state
  /external/zlib/src/
inflate.h 112 unsigned nlen; /* number of length code lengths */ member in struct:inflate_state
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_mixer.c 81 size_t nlen = strlen(name); local
86 if (nlen > slen) {
87 l = nlen - slen;
  /external/tcpdump/
addrtoname.c 355 * with length 'nlen'
359 lookup_bytestring(register const u_char *bs, const unsigned int nlen)
364 if (nlen >= 6) {
368 } else if (nlen >= 4) {
380 memcmp((const char *)bs, (const char *)(tp->e_bs), nlen) == 0)
389 tp->e_bs = (u_char *) calloc(1, nlen + 1);
393 memcpy(tp->e_bs, bs, nlen);
407 unsigned int nlen = *nsap; local
409 const u_char *ensap = nsap + nlen - 6;
411 if (nlen > 6)
    [all...]

Completed in 8323 milliseconds

1 2 3 4 5