Home | History | Annotate | Download | only in include

Lines Matching defs:ad_len

50     size_t ad_len = ad.size();
51 while (position != ad_len) {
64 if (position + len >= ad_len) {
78 size_t ad_len = ad.size();
79 while (position != ad_len) {
86 for (size_t i = position + 1; i < ad_len; i++) {
94 if (position + len >= ad_len) {
107 * This function returns a pointer inside the |ad| array of length |ad_len|
110 static const uint8_t* GetFieldByType(const uint8_t* ad, size_t ad_len,
114 while (position != ad_len) {
118 if (position + len >= ad_len) break;