Searched refs:uuid (Results 1 - 7 of 7) sorted by relevance

/httpd/modules/debugging/
H A Dmod_firehose.c95 char uuid[APR_UUID_FORMATTED_LENGTH + 1]; member in struct:firehose_ctx_t
137 ctx->uuid, ctx->count);
152 (apr_uint64_t)(hdr_len), ctx->conn->filename, ctx->conn->direction, ctx->uuid, ctx->count);
161 (apr_uint64_t)(hdr_len), ctx->conn->filename, ctx->conn->direction, ctx->uuid, ctx->count);
212 ctx->direction, ctx->uuid, ctx->count);
234 (apr_uint64_t)(vec[0].iov_len + vec[1].iov_len + vec[2].iov_len), ctx->conn->filename, ctx->conn->direction, ctx->uuid, ctx->count);
243 (apr_uint64_t)(vec[0].iov_len + vec[1].iov_len + vec[2].iov_len), ctx->conn->filename, ctx->conn->direction, ctx->uuid, ctx->count);
343 apr_uuid_t uuid; local
358 apr_uuid_get(&uuid);
361 apr_uuid_format(ctx->uuid,
413 apr_uuid_t uuid; local
[all...]
/httpd/support/
H A Dfirehose.c71 const char *uuid; member in struct:uuid_rec
91 char uuid[APR_UUID_FORMATTED_LENGTH + 1]; member in struct:header_rec
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 recor
[all...]
/httpd/modules/session/
H A Dmod_session_dbd.c234 apr_uuid_t *uuid = apr_pcalloc(zz->pool, sizeof(apr_uuid_t)); local
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);
[all...]
H A Dmod_session.h81 * The session might be uniquely identified by an anonymous uuid, or
86 apr_uuid_t *uuid; /* anonymous uuid of this particular session */ member in struct:__anon308
/httpd/modules/dav/lock/
H A Dlocks.c89 apr_uuid_t uuid; member in struct:dav_locktoken
92 memcmp(&(plt1)->uuid, &(plt2)->uuid, sizeof((plt1)->uuid))
171 request_rec *r; /* for accessing the uuid state */
243 apr_uuid_get(&comb->token.uuid);
272 if (apr_uuid_parse(&locktoken->uuid, char_token)) {
292 apr_uuid_format(buf, &locktoken->uuid);
/httpd/modules/dav/fs/
H A Dlock.c100 apr_uuid_t uuid; member in struct:dav_locktoken
103 memcmp(&(plt1)->uuid, &(plt2)->uuid, sizeof((plt1)->uuid))
182 request_rec *r; /* for accessing the uuid state */
228 apr_uuid_get(&comb->token.uuid);
258 if (apr_uuid_parse(&locktoken->uuid, char_token)) {
279 apr_uuid_format(buf, &locktoken->uuid);
/httpd/modules/proxy/
H A Dproxy_util.c1248 apr_uuid_t uuid; local
1252 apr_uuid_get(&uuid);
1253 apr_uuid_format(nonce, &uuid);

Completed in 40 milliseconds