Home | History | Annotate | Download | only in gold

Lines Matching refs:pkey

144 // pointer to the canonical string.  If PKEY is not NULL, set *PKEY to
214 Key* pkey)
216 return this->add_with_length(s, string_length(s), copy, pkey);
243 Key* pkey)
272 if (pkey != NULL)
273 *pkey = p->second;
286 if (pkey != NULL)
287 *pkey = p->second;
302 if (pkey != NULL)
303 *pkey = k;
310 Key* pkey) const
317 if (pkey != NULL)
318 *pkey = p->second;