Lines Matching refs:request
213 int msgid ) /* request to uncache (if dn == NULL) */
226 /* first check the request queue */
268 add_request_to_cache( LDAP *ld, unsigned int msgtype, BerElement *request )
287 len = request->ber_ptr - request->ber_buf;
295 SAFEMEMCPY( new->lm_ber->ber_buf, request->ber_buf, len );
336 * if corresponding request is in the lc_requests list, add this
338 * request, add the request/result chain to the cache proper.
348 if ( m != NULLMSG ) { /* found request; add to end of chain */
356 catgets(slapdcat, 1, 98, "artc: result added to cache request chain\n"),
409 Debug( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 101, "artc: msgid not in request list\n"),
416 * look in the cache for this request
423 check_cache( LDAP *ld, unsigned int msgtype, BerElement *request )
437 reqber.ber_buf = reqber.ber_ptr = request->ber_buf;
438 reqber.ber_end = request->ber_ptr;
605 * first check the base or dn of the request