second            557 http/modules/ngx_http_autoindex_module.c     ngx_http_autoindex_entry_t *second = (ngx_http_autoindex_entry_t *) two;
second            559 http/modules/ngx_http_autoindex_module.c     if (first->dir && !second->dir) {
second            564 http/modules/ngx_http_autoindex_module.c     if (!first->dir && second->dir) {
second            569 http/modules/ngx_http_autoindex_module.c     return (int) ngx_strcmp(first->name.data, second->name.data);
second            531 http/modules/ngx_http_browser_module.c     ngx_http_modern_browser_t *second = (ngx_http_modern_browser_t *) two;
second            533 http/modules/ngx_http_browser_module.c     return (first->skip - second->skip);
second            362 http/modules/ngx_http_map_module.c     ngx_hash_key_t  *first, *second;
second            365 http/modules/ngx_http_map_module.c     second = (ngx_hash_key_t *) two;
second            367 http/modules/ngx_http_map_module.c     return ngx_dns_strcmp(first->key.data, second->key.data);
second            576 http/modules/ngx_http_referer_module.c     ngx_hash_key_t  *first, *second;
second            579 http/modules/ngx_http_referer_module.c     second = (ngx_hash_key_t *) two;
second            581 http/modules/ngx_http_referer_module.c     return ngx_dns_strcmp(first->key.data, second->key.data);
second            894 http/ngx_http.c     ngx_http_core_loc_conf_t   *first, *second;
second            901 http/ngx_http.c     second = lq2->exact ? lq2->exact : lq2->inclusive;
second            903 http/ngx_http.c     if (first->noname && !second->noname) {
second            908 http/ngx_http.c     if (!first->noname && second->noname) {
second            913 http/ngx_http.c     if (first->noname || second->noname) {
second            918 http/ngx_http.c     if (first->named && !second->named) {
second            923 http/ngx_http.c     if (!first->named && second->named) {
second            928 http/ngx_http.c     if (first->named && second->named) {
second            929 http/ngx_http.c         return ngx_strcmp(first->name.data, second->name.data);
second            934 http/ngx_http.c     if (first->regex && !second->regex) {
second            939 http/ngx_http.c     if (!first->regex && second->regex) {
second            944 http/ngx_http.c     if (first->regex || second->regex) {
second            951 http/ngx_http.c     rc = ngx_strcmp(first->name.data, second->name.data);
second            953 http/ngx_http.c     if (rc == 0 && !first->exact_match && second->exact_match) {
second           1605 http/ngx_http.c     ngx_http_conf_addr_t  *first, *second;
second           1608 http/ngx_http.c     second = (ngx_http_conf_addr_t *) two;
second           1615 http/ngx_http.c     if (first->opt.bind && !second->opt.bind) {
second           1620 http/ngx_http.c     if (!first->opt.bind && second->opt.bind) {
second           1634 http/ngx_http.c     ngx_hash_key_t  *first, *second;
second           1637 http/ngx_http.c     second = (ngx_hash_key_t *) two;
second           1639 http/ngx_http.c     return ngx_dns_strcmp(first->key.data, second->key.data);
second            192 http/ngx_http_upstream_round_robin.c     ngx_http_upstream_rr_peer_t  *first, *second;
second            195 http/ngx_http_upstream_round_robin.c     second = (ngx_http_upstream_rr_peer_t *) two;
second            197 http/ngx_http_upstream_round_robin.c     return (first->weight < second->weight);
second            518 mail/ngx_mail.c     ngx_mail_conf_addr_t  *first, *second;
second            521 mail/ngx_mail.c     second = (ngx_mail_conf_addr_t *) two;
second            528 mail/ngx_mail.c     if (first->bind && !second->bind) {
second            533 mail/ngx_mail.c     if (!first->bind && second->bind) {