Searched refs:second (Results 1 – 7 of 7) sorted by last modified time
/unit/ |
H A D | CHANGES | 74 *) Bugfix: Perl applications crash on second responder call.
|
/unit/tools/ |
H A D | setup-unit | 1018 the first is the package manager, the second is the OS name, the third
|
/unit/src/test/ |
H A D | nxt_tests.c | 19 nxt_msec_less(nxt_msec_t first, nxt_msec_t second) in nxt_msec_less() argument 21 return (nxt_msec_diff(first, second) < 0); in nxt_msec_less()
|
H A D | nxt_rbtree1_test.c | 208 const uint32_t *first, *second; in nxt_rbtree1_test_sort_cmp() local 211 second = two; in nxt_rbtree1_test_sort_cmp() 213 if (*first < *second) { in nxt_rbtree1_test_sort_cmp() 217 if (*first == *second) { in nxt_rbtree1_test_sort_cmp()
|
H A D | nxt_tests.h | 11 typedef nxt_bool_t (*nxt_msec_less_t)(nxt_msec_t first, nxt_msec_t second);
|
H A D | nxt_rbtree_test.c | 177 const uint32_t *first, *second; in nxt_rbtree_test_sort_cmp() local 180 second = two; in nxt_rbtree_test_sort_cmp() 182 if (*first < *second) { in nxt_rbtree_test_sort_cmp() 186 if (*first == *second) { in nxt_rbtree_test_sort_cmp()
|
/unit/src/ |
H A D | nxt_conn_proxy.c | 435 nxt_buf_t *first, *second, *prev; in nxt_conn_proxy_write_add() local 452 second = first->next; in nxt_conn_proxy_write_add() 454 if (second == NULL) { in nxt_conn_proxy_write_add() 468 if (second->mem.end != b->mem.start) { in nxt_conn_proxy_write_add() 480 prev = second; in nxt_conn_proxy_write_add() 626 nxt_buf_t *first, *second; in nxt_conn_proxy_read_add() local 644 second = first->next; in nxt_conn_proxy_read_add() 646 if (second == NULL) { in nxt_conn_proxy_read_add() 670 if (second->mem.end != b->mem.start) { in nxt_conn_proxy_read_add() 681 second->mem.end = b->mem.end; in nxt_conn_proxy_read_add() [all …]
|