Home
last modified time | relevance | path

Searched refs:inOp (Results 1 – 4 of 4) sorted by last modified time

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dwhere.c738 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 DsqliteInt.h810 int inOp, inP1, inP2;/* Opcode used to implement an IN operator */ member
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A DClientRequests.c101 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 DClientRequests.h134 QueryRecordOp * inOp,