Searched refs:getQuestion (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/ |
D | PredicateTree.h | 66 Qualifier *getQuestion() const { return question; } in getQuestion() function
|
D | PredicateTree.cpp | 265 node->getQuestion() == predicate->question; in isSamePredicate() 338 node->getPosition(), node->getQuestion(), childIt->first, in foldSwitchToBool()
|
D | PDLToPDLInterp.cpp | 195 generatePredicate(block, node.getQuestion(), boolNode->getAnswer(), val, in generateMatcher() 204 generateSwitch(block, node.getQuestion(), val, nextBlock, in generateMatcher()
|
/external/mdnsresponder/mDNSCore/ |
D | DNSCommon.h | 241 extern const mDNSu8 *getQuestion(const DNSMessage *msg, const mDNSu8 *ptr, const mDNSu8 *end, const…
|
D | DNSCommon.c | 2409 mDNSexport const mDNSu8 *getQuestion(const DNSMessage *msg, const mDNSu8 *ptr, const mDNSu8 *end, c… in getQuestion() function 2577 ptr = getQuestion(msg, ptr, end, mDNSInterface_Any, &q); in DumpPacket()
|
D | uDNS.c | 862 if (msg->h.numQuestions && getQuestion(msg, msg->data, end, 0, &pktQ)) in uDNS_recvLLQResponse() 3443 ptr = getQuestion(msg, ptr, end, mDNSInterface_Any, &pktq); in uDNS_ReceiveTestQuestionResponse()
|
D | mDNS.c | 5439 ptr = getQuestion(query, ptr, end, InterfaceID, &q); // get the question... in GenerateUnicastResponse() 5781 ptr = getQuestion(query, ptr, end, InterfaceID, &pktq); // get the question... in ProcessQuery() 6544 ptr = getQuestion(response, ptr, end, InterfaceID, &q); in mDNSCoreReceiveResponse() 7053 ptr = getQuestion(response, ptr, end, InterfaceID, &q); in mDNSCoreReceiveResponse()
|
/external/mdnsresponder/mDNSPosix/ |
D | NetMonitor.c | 628 mDNSu8 *p2 = (mDNSu8 *)getQuestion(msg, ptr, end, InterfaceID, &q); in DisplayQuery() 703 ptr = getQuestion(msg, ptr, end, InterfaceID, &q); in DisplayResponse()
|
/external/mdnsresponder/mDNSShared/ |
D | dnsextd.c | 651 ptr = getQuestion( &pkt->msg, ptr, ( ( mDNSu8* ) &pkt->msg ) + pkt->len, NULL, &question ); in SetZone() 664 ptr = getQuestion( &pkt->msg, ptr, ( ( mDNSu8* ) &pkt->msg ) + pkt->len, NULL, &question ); in SetZone() 1389 ptr = getQuestion(&pkt->msg, ptr, end, 0, &zone); in UpdateLeaseTable() 2363 qptr = getQuestion(&pkt->msg, qptr, end, 0, &q); in RecvLLQ()
|