• Home
  • Raw
  • Download

Lines Matching refs:po

22 	char *po;  in test_just_l1()  local
51 if (lws_cache_item_get(l1, "a", (const void **)&po, &size) || in test_just_l1()
52 size != 5 || strcmp(po, "is_a")) in test_just_l1()
55 if (lws_cache_item_get(l1, "b", (const void **)&po, &size) || in test_just_l1()
56 size != 5 || strcmp(po, "is_b")) in test_just_l1()
81 if (!lws_cache_item_get(l1, "a", (const void **)&po, &size)) { in test_just_l1()
107 char *po; in test_just_l1_limits() local
136 if (!lws_cache_item_get(l1, "a", (const void **)&po, &size)) in test_just_l1_limits()
139 if (lws_cache_item_get(l1, "b", (const void **)&po, &size) || in test_just_l1_limits()
140 size != 5 || strcmp(po, "is_b")) in test_just_l1_limits()
177 char *po; in test_nsc1() local
245 if (lws_cache_item_get(l1, tag_cookie1, (const void **)&po, &size) || in test_nsc1()
246 size != strlen(cookie1) || memcmp(po, cookie1, size)) { in test_nsc1()
248 tag_cookie1, (unsigned long long)size, po); in test_nsc1()
252 if (lws_cache_item_get(l1, tag_cookie2, (const void **)&po, &size) || in test_nsc1()
253 size != strlen(cookie2) || memcmp(po, cookie2, size)) { in test_nsc1()
258 if (lws_cache_item_get(l1, tag_cookie3, (const void **)&po, &size) || in test_nsc1()
259 size != strlen(cookie3) || memcmp(po, cookie3, size)) { in test_nsc1()
271 if (lws_cache_item_get(nsc, tag_cookie1, (const void **)&po, &size) || in test_nsc1()
272 size != strlen(cookie1) || memcmp(po, cookie1, size)) { in test_nsc1()
274 tag_cookie1, (unsigned long long)size, po); in test_nsc1()
278 if (lws_cache_item_get(nsc, tag_cookie2, (const void **)&po, &size) || in test_nsc1()
279 size != strlen(cookie2) || memcmp(po, cookie2, size)) { in test_nsc1()
284 if (lws_cache_item_get(nsc, tag_cookie3, (const void **)&po, &size) || in test_nsc1()
285 size != strlen(cookie3) || memcmp(po, cookie3, size)) { in test_nsc1()
294 if (!lws_cache_item_get(l1, "x.com|y|z", (const void **)&po, &size)) { in test_nsc1()
296 (unsigned long long)size, po); in test_nsc1()