Lines Matching refs:uuid
234 apr_uuid_t *uuid = apr_pcalloc(zz->pool, sizeof(apr_uuid_t));
235 if (APR_SUCCESS == apr_uuid_parse(uuid, key)) {
236 zz->uuid = uuid;
388 * containing the uuid.
413 if (z->uuid) {
415 apr_uuid_format(oldkey, z->uuid);
418 z->uuid = apr_pcalloc(z->pool, sizeof(apr_uuid_t));
419 apr_uuid_get(z->uuid);
421 apr_uuid_format(newkey, z->uuid);
427 /* save the session with the uuid as key */