Lines Matching defs:zz
118 session_rec *zz = NULL;
146 zz = (session_rec *)apr_table_get(m->notes, note);
147 if (zz) {
148 *z = zz;
156 zz = (session_rec *) apr_pcalloc(m->pool, sizeof(session_rec));
157 zz->pool = m->pool;
158 zz->entries = apr_table_make(m->pool, 10);
159 zz->encoded = val;
160 *z = zz;
163 apr_table_setn(m->notes, note, (char *)zz);