Home
last modified time | relevance | path

Searched defs:inOp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A DClientRequests.c431 QueryRecordOp * inOp, in QueryRecordOpStartForClientRequest()
512 mDNSlocal mStatus QueryRecordOpStart(QueryRecordOp *inOp, const QueryRecordOpParams *inParams, in QueryRecordOpStart()
825 mDNSlocal mStatus QueryRecordOpStartQuestion(QueryRecordOp *inOp, DNSQuestion *inQuestion) in QueryRecordOpStartQuestion()
850 mDNSlocal mStatus QueryRecordOpRestartUnicastQuestion(QueryRecordOp *inOp, DNSQuestion *inQuestion, in QueryRecordOpRestartUnicastQuestion()
956 mDNSlocal const domainname * NextSearchDomain(QueryRecordOp *inOp) in NextSearchDomain()
/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h810 int inOp, inP1, inP2;/* Opcode used to implement an IN operator */ member