test              768 core/ngx_conf_file.c     gl.test = 1;
test              255 core/ngx_hash.c     u_short         *test;
test              270 core/ngx_hash.c     test = ngx_alloc(hinit->max_size * sizeof(u_short), hinit->pool->log);
test              271 core/ngx_hash.c     if (test == NULL) {
test              286 core/ngx_hash.c         ngx_memzero(test, size * sizeof(u_short));
test              294 core/ngx_hash.c             test[key] = (u_short) (test[key] + NGX_HASH_ELT_SIZE(&names[n]));
test              299 core/ngx_hash.c                           size, key, test[key], &names[n].key);
test              302 core/ngx_hash.c             if (test[key] > (u_short) bucket_size) {
test              320 core/ngx_hash.c     ngx_free(test);
test              327 core/ngx_hash.c         test[i] = sizeof(void *);
test              336 core/ngx_hash.c         test[key] = (u_short) (test[key] + NGX_HASH_ELT_SIZE(&names[n]));
test              342 core/ngx_hash.c         if (test[i] == sizeof(void *)) {
test              346 core/ngx_hash.c         test[i] = (u_short) (ngx_align(test[i], ngx_cacheline_size));
test              348 core/ngx_hash.c         len += test[i];
test              355 core/ngx_hash.c             ngx_free(test);
test              365 core/ngx_hash.c             ngx_free(test);
test              372 core/ngx_hash.c         ngx_free(test);
test              379 core/ngx_hash.c         if (test[i] == sizeof(void *)) {
test              384 core/ngx_hash.c         elts += test[i];
test              389 core/ngx_hash.c         test[i] = 0;
test              398 core/ngx_hash.c         elt = (ngx_hash_elt_t *) ((u_char *) buckets[key] + test[key]);
test              405 core/ngx_hash.c         test[key] = (u_short) (test[key] + NGX_HASH_ELT_SIZE(&names[n]));
test              413 core/ngx_hash.c         elt = (ngx_hash_elt_t *) ((u_char *) buckets[i] + test[i]);
test              418 core/ngx_hash.c     ngx_free(test);
test              759 http/modules/ngx_http_rewrite_module.c             regex->test = 1;
test              241 http/ngx_http_file_cache.c     ngx_uint_t                 cold, test;
test              286 http/ngx_http_file_cache.c         test = c->exists ? 1 : 0;
test              297 http/ngx_http_file_cache.c             test = 1;
test              302 http/ngx_http_file_cache.c             test = cold ? 1 : 0;
test              311 http/ngx_http_file_cache.c     if (!test) {
test              946 http/ngx_http_script.c         if (code->test) {
test              977 http/ngx_http_script.c     if (code->test) {
test              123 http/ngx_http_script.h     uintptr_t                   test:1;
test              359 os/unix/ngx_files.c     if (n == GLOB_NOMATCH && gl->test) {
test               44 os/unix/ngx_files.h     ngx_uint_t                   test;