Home
last modified time | relevance | path

Searched refs:ad_queryId (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dpcache.c256 static AttributeDescription *ad_queryId, *ad_cachedQueryURL; variable
285 &ad_queryId },
862 attr_merge_one( e, ad_queryId, query_uuid, NULL ); in merge_entry()
1784 attr = attr_find( rs->sr_entry->e_attrs, ad_queryId ); in remove_func()
1812 "(%s=%s)", ad_queryId->ad_cname.bv_val, query_uuid->bv_val); in remove_query_data()
1814 filter.f_av_desc = ad_queryId; in remove_query_data()
1864 mod.sml_desc = ad_queryId; in remove_query_data()
1865 mod.sml_type = ad_queryId->ad_cname; in remove_query_data()
2074 a = attr_find( rs->sr_entry->e_attrs, ad_queryId ); in fetch_queryId_cb()
2130 attrs[ 0 ].an_desc = ad_queryId; in pcache_remove_entries_from_cache()
[all …]