first             556 http/modules/ngx_http_autoindex_module.c     ngx_http_autoindex_entry_t *first = (ngx_http_autoindex_entry_t *) one;
first             559 http/modules/ngx_http_autoindex_module.c     if (first->dir && !second->dir) {
first             564 http/modules/ngx_http_autoindex_module.c     if (!first->dir && second->dir) {
first             569 http/modules/ngx_http_autoindex_module.c     return (int) ngx_strcmp(first->name.data, second->name.data);
first             530 http/modules/ngx_http_browser_module.c     ngx_http_modern_browser_t *first = (ngx_http_modern_browser_t *) one;
first             533 http/modules/ngx_http_browser_module.c     return (first->skip - second->skip);
first             362 http/modules/ngx_http_map_module.c     ngx_hash_key_t  *first, *second;
first             364 http/modules/ngx_http_map_module.c     first = (ngx_hash_key_t *) one;
first             367 http/modules/ngx_http_map_module.c     return ngx_dns_strcmp(first->key.data, second->key.data);
first             576 http/modules/ngx_http_referer_module.c     ngx_hash_key_t  *first, *second;
first             578 http/modules/ngx_http_referer_module.c     first = (ngx_hash_key_t *) one;
first             581 http/modules/ngx_http_referer_module.c     return ngx_dns_strcmp(first->key.data, second->key.data);
first             894 http/ngx_http.c     ngx_http_core_loc_conf_t   *first, *second;
first             900 http/ngx_http.c     first = lq1->exact ? lq1->exact : lq1->inclusive;
first             903 http/ngx_http.c     if (first->noname && !second->noname) {
first             908 http/ngx_http.c     if (!first->noname && second->noname) {
first             913 http/ngx_http.c     if (first->noname || second->noname) {
first             918 http/ngx_http.c     if (first->named && !second->named) {
first             923 http/ngx_http.c     if (!first->named && second->named) {
first             928 http/ngx_http.c     if (first->named && second->named) {
first             929 http/ngx_http.c         return ngx_strcmp(first->name.data, second->name.data);
first             934 http/ngx_http.c     if (first->regex && !second->regex) {
first             939 http/ngx_http.c     if (!first->regex && second->regex) {
first             944 http/ngx_http.c     if (first->regex || second->regex) {
first             951 http/ngx_http.c     rc = ngx_strcmp(first->name.data, second->name.data);
first             953 http/ngx_http.c     if (rc == 0 && !first->exact_match && second->exact_match) {
first            1605 http/ngx_http.c     ngx_http_conf_addr_t  *first, *second;
first            1607 http/ngx_http.c     first = (ngx_http_conf_addr_t *) one;
first            1610 http/ngx_http.c     if (first->opt.wildcard) {
first            1615 http/ngx_http.c     if (first->opt.bind && !second->opt.bind) {
first            1620 http/ngx_http.c     if (!first->opt.bind && second->opt.bind) {
first            1634 http/ngx_http.c     ngx_hash_key_t  *first, *second;
first            1636 http/ngx_http.c     first = (ngx_hash_key_t *) one;
first            1639 http/ngx_http.c     return ngx_dns_strcmp(first->key.data, second->key.data);
first             192 http/ngx_http_upstream_round_robin.c     ngx_http_upstream_rr_peer_t  *first, *second;
first             194 http/ngx_http_upstream_round_robin.c     first = (ngx_http_upstream_rr_peer_t *) one;
first             197 http/ngx_http_upstream_round_robin.c     return (first->weight < second->weight);
first             518 mail/ngx_mail.c     ngx_mail_conf_addr_t  *first, *second;
first             520 mail/ngx_mail.c     first = (ngx_mail_conf_addr_t *) one;
first             523 mail/ngx_mail.c     if (first->wildcard) {
first             528 mail/ngx_mail.c     if (first->bind && !second->bind) {
first             533 mail/ngx_mail.c     if (!first->bind && second->bind) {