Lines Matching defs:zz
171 session_rec *zz = NULL;
194 zz = (session_rec *)apr_table_get(m->notes, note);
195 if (zz) {
196 *z = zz;
230 zz = (session_rec *) apr_pcalloc(r->pool, sizeof(session_rec));
231 zz->pool = r->pool;
232 zz->entries = apr_table_make(zz->pool, 10);
234 apr_uuid_t *uuid = apr_pcalloc(zz->pool, sizeof(apr_uuid_t));
236 zz->uuid = uuid;
239 zz->encoded = val;
240 *z = zz;
243 apr_table_setn(m->notes, note, (char *)zz);