HomeSort by relevance Sort by last modified time
    Searched refs:tlen (Results 51 - 64 of 64) sorted by null

1 23

  /external/svox/pico/lib/
picokdt.c 1309 picoos_uint8 tlen; local
    [all...]
  /external/tcpdump/
print-isoclns.c 716 u_int li,tlen,nsap_offset,source_address_length,dest_address_length, clnp_pdu_type, clnp_flags; local
822 tlen = opli;
843 if (nsap_offset > tlen) {
848 tlen-=nsap_offset;
849 while (tlen > 0) {
851 if (tlen < source_address_length+1) {
862 tlen-=source_address_length+1;
    [all...]
  /external/ipsec-tools/src/racoon/
racoonctl.c 1214 dump_internal(buf, tlen)
1216 int tlen;
1240 while (tlen > 0) {
1249 tlen -= sysdep_sa_len(addr);
1256 tlen -= sysdep_sa_len(addr);
    [all...]
pfkey.c 2945 int tlen; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
config.c 78 size_t tlen, hlen = os_strlen(value); local
81 tlen = hlen / 2;
82 str = os_malloc(tlen + 1);
85 if (hexstr2bin(value, str, tlen)) {
89 str[tlen] = '\0';
90 *len = tlen;
    [all...]
  /external/openssl/apps/
apps.c 410 int tlen = arg->count + 20; local
412 sizeof(char *)*tlen);
416 arg->count = tlen;
2714 size_t i,flen=strlen(from)+1,tlen=strlen(to)+1; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
ikev2.c 309 int tlen = ikev2_parse_transform(prop, ppos, pend); local
310 if (tlen < 0)
312 ppos += tlen;
    [all...]
eap_fast.c 1319 int tlen; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
ikev2.c 291 int tlen = ikev2_parse_transform(data, prop, ppos, pend); local
292 if (tlen < 0)
294 ppos += tlen;
  /external/wpa_supplicant/
eap_fast.c 1836 int tlen; local
    [all...]
  /external/libxml2/
parser.c 9343 int line, tlen; local
10482 int avail, tlen; local
    [all...]
  /external/chromium/net/third_party/nss/ssl/
sslsock.c     [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cmsccoll.c 48 const UChar *target, const int tLen);
652 static UCollationResult ucaTest(void *collator, const int object, const UChar *source, const int sLen, const UChar *target, const int tLen) {
654 return ucol_strcoll(UCA, source, sLen, target, tLen);
658 static UCollationResult winTest(void *collator, const int object, const UChar *source, const int sLen, const UChar *target, const int tLen) {
661 return (UCollationResult)CompareString(lcid, 0, source, sLen, target, tLen);
671 const UChar *t, const uint32_t tLen) {
680 return func(collator, opts, source, sLen+1, target, tLen+1);
686 const UChar *t, const uint32_t tLen) {
693 target[tLen] = s2;
695 return func(collator, opts, source, sLen+1, target, tLen+1)
2899 uint32_t tlen = u_unescape(testString, test, 32); local
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 48 const UChar *target, const int tLen);
652 static UCollationResult ucaTest(void *collator, const int object, const UChar *source, const int sLen, const UChar *target, const int tLen) {
654 return ucol_strcoll(UCA, source, sLen, target, tLen);
658 static UCollationResult winTest(void *collator, const int object, const UChar *source, const int sLen, const UChar *target, const int tLen) {
661 return (UCollationResult)CompareString(lcid, 0, source, sLen, target, tLen);
671 const UChar *t, const uint32_t tLen) {
680 return func(collator, opts, source, sLen+1, target, tLen+1);
686 const UChar *t, const uint32_t tLen) {
693 target[tLen] = s2;
695 return func(collator, opts, source, sLen+1, target, tLen+1)
2903 uint32_t tlen = u_unescape(testString, test, 32); local
    [all...]

Completed in 4369 milliseconds

1 23