Home | History | Annotate | Download | only in overlays

Lines Matching defs:cacheable

195 	QueryTemplate*	  	templates;		/* cacheable templates */
214 int check_cacheability; /* check whether a query is cacheable */
218 int num_entries_limit; /* max # of entries in a cacheable query */
2483 Debug( pcache_debug, "%s: query not cacheable because of schema issues in DN \"%s\"\n",
2493 Debug( pcache_debug, "%s: query not cacheable because of attrs without values in DN \"%s\" (%s)\n",
2979 int cacheable = 0;
3024 cacheable = 1;
3055 cacheable = 1;
3125 cacheable = 0;
3130 cacheable = 0;
3132 if (cacheable) {
3136 Debug( pcache_debug, "QUERY CACHEABLE\n" );
3184 Debug( pcache_debug, "QUERY NOT CACHEABLE\n" );
3740 "DESC 'Check whether the results of a query are cacheable, e.g. for schema issues' "