Lines Matching defs:attrset
105 * ldap:///<base>??<scope>?<filter>?x-uuid=<uid>,x-template=<template>,x-attrset=<attrset>,x-expiry=<expiry>,x-refresh=<refresh>
111 * <attrset> ::= CachedQuery.qtemp->attr_set_index
118 * NOTE: if the <attrset> changes, all stored URLs will be invalidated.
400 + STRLENOF( ",x-attrset=" )
419 ptr = lutil_strcopy( ptr, ",x-attrset=" );
614 int attrset;
697 } else if ( strncmp( lud->lud_exts[ i ], "x-attrset=", STRLENOF( "x-attrset=" ) ) == 0 ) {
703 rc = lutil_atoi( &attrset, &lud->lud_exts[ i ][ STRLENOF( "x-attrset=" ) ] );
797 qt = qm->attr_sets[attrset].templates;
3710 { "pcacheTemplate", "filter> <attrset-index> <TTL> <negTTL> "
3714 "DESC 'Filter template, attrset, cache TTL, "
3749 { "pcacheBind", "filter> <attrset-index> <TTR> <scope> <base",
3767 { "proxytemplate", "filter> <attrset-index> <TTL> <negTTL",
4087 snprintf( c->cr_msg, sizeof( c->cr_msg ), "unable to parse attrset #=\"%s\"",
4094 snprintf( c->cr_msg, sizeof( c->cr_msg ), "attrset index %d out of bounds (must be %s%d)",