Lines Matching refs:uhash_ctx
752 * The routine uhash_init() initializes the uhash_ctx data structure and
757 /* ----- Constants and uhash_ctx ---------------------------------------- */
772 typedef struct uhash_ctx {
780 } uhash_ctx;
781 typedef struct uhash_ctx *uhash_ctx_t;
961 memset(ahc, 0, sizeof(uhash_ctx));
1007 ctx = (uhash_ctx_t)malloc(sizeof(uhash_ctx)+ALLOC_BOUNDARY);
1180 uhash_ctx hash; /* Hash function for message compression */