Searched refs:this_len (Results 1 – 5 of 5) sorted by relevance
837 u_int16_t this_len; in ike_pl_print() local844 this_len = buf[2]<<8 | buf[3]; in ike_pl_print()848 plv2types[type - PAYLOAD_IKEV2_SA], this_len); in ike_pl_print()852 pltypes[type] : "<unknown>"), this_len); in ike_pl_print()855 plprivtypes[type - PAYLOAD_PRIVATE_MIN], this_len); in ike_pl_print()859 this_len < min_payload_lengths[type])) || in ike_pl_print()860 this_len == 0) in ike_pl_print()864 this_len < min_priv_payload_lengths[type - PAYLOAD_PRIVATE_MIN]) || in ike_pl_print()865 this_len == 0) in ike_pl_print()868 if (buf + this_len > snapend) in ike_pl_print()[all …]
830 int this_len = specd_len + flen - default_len; local832 str = (char *) xmalloc (this_len + 1);
6118 const Size_t this_len = av_count(MUTABLE_AV(SvRV(e))); in S_do_smartmatch() local6121 for(i = 0; i < this_len; ++i) { in S_do_smartmatch()6135 const Size_t this_len = av_count(MUTABLE_AV(SvRV(e))); in S_do_smartmatch() local6139 for (i = 0; i < this_len; ++i) { in S_do_smartmatch()6151 const Size_t this_len = av_count(MUTABLE_AV(SvRV(e))); in S_do_smartmatch() local6154 for (i = 0; i < this_len; ++i) { in S_do_smartmatch()
4344 Size_t this_len = UTF8SKIP(s + ulen); variable4346 sv_catpvn(dest, (char*)(s + ulen), this_len);4348 ulen += this_len;
720 const STRLEN this_len = strlen(f->name); in PerlIO_find_layer() local721 if (this_len == len && memEQ(f->name, name, len)) { in PerlIO_find_layer()