elt                55 core/ngx_array.c     void        *elt, *new;
elt                92 core/ngx_array.c     elt = (u_char *) a->elts + a->size * a->nelts;
elt                95 core/ngx_array.c     return elt;
elt               102 core/ngx_array.c     void        *elt, *new;
elt               142 core/ngx_array.c     elt = (u_char *) a->elts + a->size * a->nelts;
elt               145 core/ngx_array.c     return elt;
elt                15 core/ngx_hash.c     ngx_hash_elt_t  *elt;
elt                21 core/ngx_hash.c     elt = hash->buckets[key % hash->size];
elt                23 core/ngx_hash.c     if (elt == NULL) {
elt                27 core/ngx_hash.c     while (elt->value) {
elt                28 core/ngx_hash.c         if (len != (size_t) elt->len) {
elt                33 core/ngx_hash.c             if (name[i] != elt->name[i]) {
elt                38 core/ngx_hash.c         return elt->value;
elt                42 core/ngx_hash.c         elt = (ngx_hash_elt_t *) ngx_align_ptr(&elt->name[0] + elt->len,
elt               257 core/ngx_hash.c     ngx_hash_elt_t  *elt, **buckets;
elt               398 core/ngx_hash.c         elt = (ngx_hash_elt_t *) ((u_char *) buckets[key] + test[key]);
elt               400 core/ngx_hash.c         elt->value = names[n].value;
elt               401 core/ngx_hash.c         elt->len = (u_short) names[n].key.len;
elt               403 core/ngx_hash.c         ngx_strlow(elt->name, names[n].key.data, names[n].key.len);
elt               413 core/ngx_hash.c         elt = (ngx_hash_elt_t *) ((u_char *) buckets[i] + test[i]);
elt               415 core/ngx_hash.c         elt->value = NULL;
elt               429 core/ngx_hash.c         elt = buckets[i];
elt               431 core/ngx_hash.c         if (elt == NULL) {
elt               437 core/ngx_hash.c         while (elt->value) {
elt               438 core/ngx_hash.c             val.len = elt->len;
elt               439 core/ngx_hash.c             val.data = &elt->name[0];
elt               444 core/ngx_hash.c                           "%ui: %p \"%V\" %ui", i, elt, &val, key);
elt               446 core/ngx_hash.c             elt = (ngx_hash_elt_t *) ngx_align_ptr(&elt->name[0] + elt->len,
elt                40 core/ngx_list.c     void             *elt;
elt                66 core/ngx_list.c     elt = (char *) last->elts + l->size * last->nelts;
elt                69 core/ngx_list.c     return elt;