Searched refs:inOp (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/ |
H A D | ClientRequests.c | 101 mDNSlocal mStatus QueryRecordOpStart(QueryRecordOp *inOp, const QueryRecordOpParams *inParams, 108 mDNSlocal mStatus QueryRecordOpStartQuestion(QueryRecordOp *inOp, DNSQuestion *inQuestion); 110 mDNSlocal mStatus QueryRecordOpRestartUnicastQuestion(QueryRecordOp *inOp, DNSQuestion *inQuestion, 115 mDNSlocal const domainname * NextSearchDomain(QueryRecordOp *inOp); 431 QueryRecordOp * inOp, in QueryRecordOpStartForClientRequest() argument 476 return QueryRecordOpStart(inOp, &opParams, inResultHandler, inResultContext); in QueryRecordOpStartForClientRequest() 512 mDNSlocal mStatus QueryRecordOpStart(QueryRecordOp *inOp, const QueryRecordOpParams *inParams, in QueryRecordOpStart() argument 516 DNSQuestion * const q = &inOp->q; in QueryRecordOpStart() 522 inOp->qname = (domainname *) mDNSPlatformMemAllocate(len); in QueryRecordOpStart() 523 if (!inOp->qname) in QueryRecordOpStart() [all …]
|
H A D | ClientRequests.h | 134 QueryRecordOp * inOp,
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | where.c | 738 pLevel->inOp = OP_Noop; in sqliteWhereBegin() 756 pLevel->inOp = OP_SetNext; in sqliteWhereBegin() 764 pLevel->inOp = OP_Next; in sqliteWhereBegin() 800 pLevel->inOp = OP_SetNext; in sqliteWhereBegin() 808 pLevel->inOp = OP_Next; in sqliteWhereBegin() 1203 if( pLevel->inOp!=OP_Noop ){ in sqliteWhereEnd() 1204 sqliteVdbeAddOp(v, pLevel->inOp, pLevel->inP1, pLevel->inP2); in sqliteWhereEnd()
|
H A D | sqliteInt.h | 810 int inOp, inP1, inP2;/* Opcode used to implement an IN operator */ member
|