Lines Matching defs:p
338 mDNSu8 *p = (mDNSu8 *)&nsec3->salt;
344 *salt = p;
348 p += nsec3->saltLength;
349 // p is pointing at hashLength
350 hlen = (int)*p;
353 p++;
355 *nxtName = p;
356 p += hlen;
358 *bitmaplen = rr->rdlength - (int)(p - rdb->data);
360 *bitmap = p;
462 const mDNSu8 *p = (mDNSu8 *)&nsec3->salt;
476 length += mDNS_snprintf(buffer+length, RemSpc, "%x", p[i]);
483 p += nsec3->saltLength;
484 // p is pointing at hashLength
485 hashLength = (int)*p++;
487 length += baseEncode(buffer + length, RemSpc, p, hashLength, ENC_BASE32);
492 p += hashLength;
493 bitmaplen = rr->rdlength - (int)(p - rd->data);
494 PrintTypeBitmap(p, bitmaplen, buffer, length);
529 mDNSu8 *p;
536 p = (mDNSu8 *)(rd->data + DS_FIXED_SIZE);
539 length += mDNS_snprintf(buffer+length, RemSpc, "%x", p[i]);
697 const mDNSu8 *p = d->c;
700 p = d->c;
703 return(p);
972 ((X)[4] | 0x20) == 'p')
1170 mDNSu8 *p = (mDNSu8 *)&nsec3->salt;
1197 AlgAdd(ctx, p, nsec3->saltLength);
1369 LogMsg("mDNS_SetupResourceRecord: ERROR!! Mismatch LocalOnly record InterfaceID %p called with artype %d", InterfaceID, artype);
1374 LogMsg("mDNS_SetupResourceRecord: ERROR!! Mismatch P2P record InterfaceID %p called with artype %d", InterfaceID, artype);
1379 LogMsg("mDNS_SetupResourceRecord: ERROR!! Mismatch InterfaceAny record InterfaceID %p called with artype %d", InterfaceID, artype);
1783 LogMsg("SameNameRecordAnswersQuestion: ERROR!! called with LocalOnly ResourceRecord %p, Question %p", rr->InterfaceID, q->InterfaceID);
1918 LogMsg("AnyTypeRecordAnswersQuestion: ERROR!! called with LocalOnly ResourceRecord %p, Question %p", rr->InterfaceID, q->InterfaceID);
2427 if (ptr + rr->rdlength > limit) { LogMsg("putRData: NSEC rdlength beyond limit %##s (%s), ptr %p, rdlength %d, limit %p", rr->name->c, DNSTypeName(rr->rrtype), ptr, rr->rdlength, limit); return(mDNSNULL);}
2467 LogInfo("PutResourceRecordTTLWithLimit: can't put name, out of space %##s (%s), ptr %p, limit %p", rr->name->c,
2484 LogInfo("PutResourceRecordTTLWithLimit: Ran out of space in PutResourceRecord for %##s (%s), ptr %p, limit %p", rr->name->c,
3282 mDNSu8 *p = (mDNSu8 *)&nsec3->salt;
3300 p += nsec3->saltLength;
3302 if (p >= end)
3304 LogInfo("SetRData: nsec3 too small, at saltlength %d, p %p, end %p", nsec3->saltLength, p, end);
3307 // p is pointing at hashLength
3308 hashLength = (int)*p++;
3314 p += hashLength;
3315 if (p > end)
3317 LogInfo("SetRData: nsec3 too small, at hashLength %d, p %p, end %p", hashLength, p, end);
3321 bitmaplen = rdlength - (int)(p - ptr);
3322 p = SanityCheckBitMap(p, end, bitmaplen);
3323 if (!p)
3757 LogMsg("mDNSSendDNSMessage: invalid message %p %p %d", msg->data, end, end - msg->data);
3762 if (!newend) LogMsg("mDNSSendDNSMessage: putHINFO failed msg %p end %p, limit %p", msg->data, end, limit); // Not fatal
4195 case 'p': F.havePrecision = F.lSize = 1;