HomeSort by relevance Sort by last modified time
    Searched full:strstore (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
cookie.c 288 * strstore() makes a strdup() on the 'newstr' and if '*str' is non-NULL
293 static void strstore(char **str, const char *newstr) function
422 /* Use strstore() below to properly deal with received cookie
482 strstore(&co->path, whatptr);
513 strstore(&co->domain, whatptr);
532 strstore(&co->version, whatptr);
548 strstore(&co->maxage, whatptr);
555 strstore(&co->expirestr, whatptr);
    [all...]
  /external/google-breakpad/src/third_party/libdisasm/
x86_format.c 522 { "strstore", 0x7004 },
    [all...]

Completed in 959 milliseconds