Lines Matching defs:lookup
50 * 3) wildcard + lookup - wildcard, but path part matches using cookie scope rules
247 * lookup() just handles wildcard resolution, it doesn't deal with moving the
264 * To defeat the lookup path matching, lie to it about idx being NSC_COL_PATH
277 * Cookie path match is special, if we lookup on a path like /my/path,
280 * /my/pa etc. If we lookup on /, we must not match /my/path
308 const char *wc, const char *tag, char lookup)
319 * using lookup rules that apply at this cache level.
336 lookup ? nsc_cols[n] : NSC_COL_HOST)) {
468 /* caller of lookup will clean results list on fail */
502 * The cb can fail, eg, with OOM, making the whole lookup
954 .lookup = lws_cache_nscookiejar_lookup,