Searched defs:response_uuids (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Dfirehose.c59 apr_hash_t *response_uuids; member in struct:file_rec
184 apr_hash_set(rec->file->response_uuids, rec->uuid, APR_HASH_KEY_STRING,
214 apr_hash_set(file->response_uuids, rec->uuid, APR_HASH_KEY_STRING, rec);
556 header.rec = apr_hash_get(file->response_uuids,
683 file->response_uuids = apr_hash_make(pool);
725 apr_hash_set(file->response_uuids, optarg, APR_HASH_KEY_STRING, rec);

Completed in 24 milliseconds