/unit/src/ |
H A D | nxt_list.h | 30 nxt_list_part_t part; member 35 nxt_list_part_t *part; member 41 (&(list)->part) 45 ((void *) part->data) 55 nxt_list_part_t *part; in nxt_list_elt() local 58 part = nxt_list_part(list); in nxt_list_elt() 60 while (part != NULL) { in nxt_list_elt() 66 part = part->next; in nxt_list_elt() 110 nxt_list_part_t *part; in nxt_list_nelts() local 119 part = part->next; in nxt_list_nelts() [all …]
|
H A D | nxt_list.c | 18 list->last = &list->part; in nxt_list_create() 22 list->part.next = NULL; in nxt_list_create() 23 list->part.nelts = 0; in nxt_list_create() 81 if (next->part != NULL) { in nxt_list_next() 84 if (next->elt < next->part->nelts) { in nxt_list_next() 88 next->part = next->part->next; in nxt_list_next() 90 if (next->part != NULL) { in nxt_list_next() 92 return nxt_list_data(next->part); in nxt_list_next() 96 next->part = nxt_list_part(list); in nxt_list_next() 101 if (next->part->nelts != 0) { in nxt_list_next() [all …]
|
H A D | nxt_var.c | 223 nxt_str_t part; in nxt_var_compile() local 272 decl = nxt_var_hash_find(&part); in nxt_var_compile() 295 nxt_str_t part; in nxt_var_test() local 313 decl = nxt_var_hash_find(&part); in nxt_var_test() 401 part->length = length; in nxt_var_next_part() 402 part->start = start; in nxt_var_next_part() 554 nxt_str_t *str, **part; in nxt_var_query_finish() local 579 if (nxt_slow_path(part == NULL)) { in nxt_var_query_finish() 584 *part = str; in nxt_var_query_finish() 598 part = query->parts.elts; in nxt_var_query_finish() [all …]
|
H A D | nxt_rbtree.c | 60 nxt_rbtree_insert(nxt_rbtree_t *tree, nxt_rbtree_part_t *part) in nxt_rbtree_insert() argument 65 new_node = (nxt_rbtree_node_t *) part; in nxt_rbtree_insert() 180 nxt_rbtree_find(nxt_rbtree_t *tree, nxt_rbtree_part_t *part) in nxt_rbtree_find() argument 186 node = (nxt_rbtree_node_t *) part; in nxt_rbtree_find() 214 nxt_rbtree_find_less_or_equal(nxt_rbtree_t *tree, nxt_rbtree_part_t *part) in nxt_rbtree_find_less_or_equal() argument 220 node = (nxt_rbtree_node_t *) part; in nxt_rbtree_find_less_or_equal() 251 nxt_rbtree_find_greater_or_equal(nxt_rbtree_t *tree, nxt_rbtree_part_t *part) in nxt_rbtree_find_greater_or_equal() argument 257 node = (nxt_rbtree_node_t *) part; in nxt_rbtree_find_greater_or_equal() 288 nxt_rbtree_delete(nxt_rbtree_t *tree, nxt_rbtree_part_t *part) in nxt_rbtree_delete() argument 293 node = (nxt_rbtree_node_t *) part; in nxt_rbtree_delete()
|
H A D | nxt_router.c | 5465 nxt_list_part_t *part; member 5473 nxt_fields_part_first(nxt_list_part_t *part, nxt_fields_iter_t *i) in nxt_fields_part_first() argument 5475 if (part == NULL) { in nxt_fields_part_first() 5479 while (part->nelts == 0) { in nxt_fields_part_first() 5480 part = part->next; in nxt_fields_part_first() 5481 if (part == NULL) { in nxt_fields_part_first() 5486 i->part = part; in nxt_fields_part_first() 5487 i->field = nxt_list_data(i->part); in nxt_fields_part_first() 5503 nxt_http_field_t *end = nxt_list_data(i->part); in nxt_fields_next() 5505 end += i->part->nelts; in nxt_fields_next() [all …]
|
/unit/test/ |
H A D | test_proxy_chunked.py | 37 data += part 39 if not len(part): 111 part = '0123456789abcdef' 117 == part * 256 123 == part * 65536 130 == part * 1048576 136 [('1000', part + ' X 256'), ('1000', part + ' X 256')] 139 == part * 256 * 2 150 == part * 65536 * 2 162 == part * 1048576 * 2 [all …]
|
H A D | test_proxy.py | 30 part = sock.recv(buff_size) 31 data += part 32 if len(part) < buff_size:
|
/unit/test/java/multipart/ |
H A D | app.java | 81 private String getFileName(final Part part) { in getFileName() argument 82 final String partHeader = part.getHeader("content-disposition"); in getFileName() 84 for (String content : part.getHeader("content-disposition").split(";")) in getFileName()
|
/unit/src/nodejs/unit-http/ |
H A D | loader.mjs | 1 // must be ran as part of a --loader or --experimental-loader param
|
/unit/test/unit/ |
H A D | http.py | 190 part = sock.recv(buff_size) 198 data += part 200 if not len(part):
|
/unit/ |
H A D | LICENSE | 104 excluding those notices that do not pertain to any part of 107 (d) If the Work includes a "NOTICE" text file as part of its 111 pertain to any part of the Derivative Works, in at least one 113 as part of the Derivative Works; within the Source form or
|
/unit/pkg/deb/debian.module/ |
H A D | copyright.unit-jsc-common | 389 excluding those notices that do not pertain to any part of 392 (d) If the Work includes a "NOTICE" text file as part of its 396 pertain to any part of the Derivative Works, in at least one 398 as part of the Derivative Works; within the Source form or 534 B. Any new file that contains any part of the Original 577 with or without Modifications, and/or as part of a Larger 609 Modifications, as Covered Software and/or as part of a 632 Contributor with other software (except as part of the
|
/unit/pkg/rpm/rpmbuild/SOURCES/ |
H A D | COPYRIGHT.unit-jsc-common | 389 excluding those notices that do not pertain to any part of 392 (d) If the Work includes a "NOTICE" text file as part of its 396 pertain to any part of the Derivative Works, in at least one 398 as part of the Derivative Works; within the Source form or 534 B. Any new file that contains any part of the Original 577 with or without Modifications, and/or as part of a Larger 609 Modifications, as Covered Software and/or as part of a 632 Contributor with other software (except as part of the
|
/unit/src/java/nginx/unit/websocket/ |
H A D | WsRemoteEndpointImplBase.java | 243 void sendMessageBlock(CharBuffer part, boolean last) throws IOException { in sendMessageBlock() argument 248 CoderResult cr = encoder.encode(part, encoderBuffer, true); in sendMessageBlock()
|