Searched defs:uuid (Results 1 - 7 of 7) sorted by relevance
/httpd/modules/session/ |
H A D | mod_session.h | 81 * 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
|
H A D | mod_session_dbd.c | 234 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...] |
/httpd/modules/dav/lock/ |
H A D | locks.c | 89 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/debugging/ |
H A D | mod_firehose.c | 95 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 D | firehose.c | 71 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/dav/fs/ |
H A D | lock.c | 100 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 D | proxy_util.c | 1248 apr_uuid_t uuid; local 1252 apr_uuid_get(&uuid); 1253 apr_uuid_format(nonce, &uuid);
|
Completed in 32 milliseconds