Lines Matching refs:uuid
71 const char *uuid;
91 char uuid[APR_UUID_FORMATTED_LENGTH + 1];
111 "uuid",
114 " --uuid, -u <uuid>\t\t\tThe UUID of the connection to\n\t\t\t\t\tdemultiplex. Can be specified more\n\t\t\t\t\tthan once." },
177 * Cleanup a uuid record. Removes the record from the uuid hashtable in files.
184 apr_hash_set(rec->file->response_uuids, rec->uuid, APR_HASH_KEY_STRING,
188 apr_hash_set(rec->file->request_uuids, rec->uuid, APR_HASH_KEY_STRING,
196 * Create a uuid record, register a cleanup for it's destruction.
208 rec->uuid = apr_pstrdup(pool, header->uuid);
214 apr_hash_set(file->response_uuids, rec->uuid, APR_HASH_KEY_STRING, rec);
217 apr_hash_set(file->request_uuids, rec->uuid, APR_HASH_KEY_STRING, rec);
239 to = apr_pstrcat(pool, header->uuid, header->direction == '>' ? ".response"
335 = apr_pstrcat(pool, header->uuid,
465 header->uuid[i] = str[i];
467 header->uuid[i] = 0;
468 if (apr_uuid_parse(&raw, header->uuid)) {
557 header.uuid, APR_HASH_KEY_STRING);
561 header.uuid, APR_HASH_KEY_STRING);
582 /* otherwise, make a new uuid */
723 rec->uuid = optarg;