Home | History | Annotate | Download | only in overlays

Lines Matching defs:qt

146 	struct berval	querystr;	/* Filter string corresponding to the QT */
608 QueryTemplate *qt;
797 qt = qm->attr_sets[attrset].templates;
798 for ( ; qt; qt = qt->qtnext ) {
800 if ( bvmatch( &qt->querystr, &tempstr ) ) {
805 if ( qt == NULL ) {
811 cq = add_query( op, qm, &query, qt, PC_NEGATIVE, 0 );
813 cq = add_query( op, qm, &query, qt, PC_POSITIVE, 0 );
3050 QueryTemplate *qt = qm->attr_sets[attr_set].templates;
3051 for (; qt; qt = qt->qtnext ) {
3053 if ( ber_bvstrcasecmp( &qt->querystr, &tempstr ) != 0 )
3056 qtemp = qt;
3059 answerable = qm->qcfunc(op, qm, &query, qt);