HomeSort by relevance Sort by last modified time
    Searched refs:psl (Results 1 - 7 of 7) sorted by null

  /toolchain/binutils/binutils-2.25/libiberty/
pex-unix.c 241 struct status_list *psl; local
288 psl = XNEW (struct status_list);
289 psl->pid = cpid;
290 psl->status = *status;
292 psl->time = pt;
293 psl->next = (struct status_list *) obj->sysdep;
294 obj->sysdep = (void *) psl;
  /external/dhcpcd-6.8.2/
script.c 393 ssize_t psl; local
396 psl = print_string(NULL, 0, ESCSTRING,
398 if (psl != -1) {
399 EMALLOC(elen, pfx_len + (size_t)psl + 1);
401 print_string(env[elen] + pfx_len, (size_t)psl + 1,
  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
jar.go 326 func jarKey(host string, psl PublicSuffixList) string {
332 if psl == nil {
338 suffix := psl.PublicSuffix(host)
344 // The provided public suffix list psl is broken.
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
jar.go 326 func jarKey(host string, psl PublicSuffixList) string {
332 if psl == nil {
338 suffix := psl.PublicSuffix(host)
344 // The provided public suffix list psl is broken.
  /external/curl/lib/
cookie.c 386 const psl_ctx_t *psl; local
801 if(((psl = psl_builtin()) != NULL)
802 && !psl_is_cookie_domain_acceptable(psl, domain, co->domain)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winddi.h     [all...]
shlobj.h 1663 IShellLink *psl; member in struct:SHARDAPPIDINFOLINK
    [all...]

Completed in 615 milliseconds