Home | History | Annotate | Download | only in overlays

Lines Matching refs:pbi

2022 	bindinfo *pbi;
2394 if ( si->pbi ) {
2396 si->pbi->bi_cq = qc;
2725 bindinfo *pbi = op->o_callback->sc_private;
2730 if ( pbi->bi_cq ) {
2731 if (( pbi->bi_cm->cc_paused & PCACHE_CC_OFFLINE ) ||
2732 op->o_time < pbi->bi_cq->bindref_time ) {
2740 pbi->bi_flags |= BI_HASHED;
2744 pbi->bi_cq->bindref_time, op->o_time );
2746 } else if ( pbi->bi_si ) {
2751 filter_free( pbi->bi_si->query.filter );
2752 f = pc_bind_attrs( op, rs->sr_entry, pbi->bi_templ, &fbv );
2754 pbi->bi_si->query.filter = filter_dup( f, NULL );
2765 bindinfo *pbi = op->o_callback->sc_private;
2766 if ( !( pbi->bi_flags & BI_DIDCB )) {
2772 pbi->bi_cb.sc_next = sc->sc_next;
2773 sc->sc_next = &pbi->bi_cb;
2774 pbi->bi_flags |= BI_DIDCB;
2975 bindinfo *pbi = NULL;
3006 pbi = cb->sc_private;
3020 if ( pbi ) {
3021 query.base = pbi->bi_templ->bindbase;
3022 query.scope = pbi->bi_templ->bindscope;
3023 attr_set = pbi->bi_templ->attr_set_index;
3025 qtemp = pbi->bi_templ;
3026 if ( pbi->bi_flags & BI_LOOKUP )
3088 if ( pbi ) {
3090 pbi->bi_cq = answerable;
3162 si->pbi = pbi;
3163 if ( pbi )
3164 pbi->bi_si = si;