Lines Matching refs:id
177 /* Converts (binary) id into a key prefixed by the predetermined
179 * the id won't fit in the key buffer. */
181 const unsigned char *id, unsigned int idlen,
190 ap_bin2hex(id, idlen, cp);
196 const unsigned char *id, unsigned int idlen,
204 if (socache_mc_id2key(ctx, id, idlen, buf, sizeof buf)) {
228 const unsigned char *id, unsigned int idlen,
236 if (socache_mc_id2key(ctx, id, idlen, buf, sizeof buf)) {
264 const unsigned char *id,
270 if (socache_mc_id2key(ctx, id, idlen, buf, sizeof buf)) {