Lines Matching defs:strstore
111 static void strstore(char **str, const char *newstr, size_t len);
180 strstore(&uri_path, "/", 1);
314 strstore(&new_path, "/", 1);
355 * strstore
363 static void strstore(char **str, const char *newstr, size_t len)
600 * Use strstore() below to properly deal with received cookie
612 strstore(&co->name, namep, nlen);
613 strstore(&co->value, valuep, vlen);
654 strstore(&co->path, valuep, vlen);
696 strstore(&co->domain, valuep, vlen);