Searched refs:nxt_mp_nget (Results 1 – 16 of 16) sorted by relevance
/unit/src/ |
H A D | nxt_mp.h | 91 NXT_EXPORT void *nxt_mp_nget(nxt_mp_t *mp, size_t size)
|
H A D | nxt_http_request.c | 187 host->start = nxt_mp_nget(mp, host_length); in nxt_http_validate_host() 642 p = nxt_mp_nget(r->mem_pool, nxt_http_date_cache.size); in nxt_http_request_header_send() 665 p = nxt_mp_nget(r->mem_pool, NXT_OFF_T_LEN); in nxt_http_request_header_send() 868 dst_start = nxt_mp_nget(r->mem_pool, r->args->length); in nxt_http_arguments_parse() 1114 str.start = nxt_mp_nget(mp, str.length); in nxt_http_field_hash()
|
H A D | nxt_file.h | 35 nxt_mp_nget(mem_pool, len)
|
H A D | nxt_http_return.c | 158 encoded->start = nxt_mp_nget(mp, encoded->length); in nxt_http_return_encode()
|
H A D | nxt_http_static.c | 331 fname = nxt_mp_nget(r->mem_pool, length + 1); in nxt_http_static_send_ready() 516 p = nxt_mp_nget(r->mem_pool, NXT_HTTP_DATE_LEN); in nxt_http_static_send_ready() 535 p = nxt_mp_nget(r->mem_pool, length); in nxt_http_static_send_ready() 617 p = nxt_mp_nget(r->mem_pool, length); in nxt_http_static_send_ready()
|
H A D | nxt_openssl.c | 882 domain.start = nxt_mp_nget(mp, str.length); 918 domain.start = nxt_mp_nget(mp, len + 1); 1068 str.start = nxt_mp_nget(c->mem_pool, str.length);
|
H A D | nxt_isolation.c | 609 mnt->dst = nxt_mp_nget(mp, rootfs_len + nxt_length("/tmp") + 1); in nxt_isolation_set_lang_mounts() 628 mnt->dst = nxt_mp_nget(mp, rootfs_len + nxt_length("/proc") + 1); in nxt_isolation_set_lang_mounts()
|
H A D | nxt_string.c | 50 dst->start = nxt_mp_nget(mp, src->length); in nxt_str_dup()
|
H A D | nxt_var.c | 589 p = nxt_mp_nget(query->values.mem_pool, length + var->strz); in nxt_var_query_finish()
|
H A D | nxt_conf_validation.c | 1316 p = nxt_mp_nget(vldt->pool, size); in nxt_conf_vldt_error() 2031 p = nxt_mp_nget(vldt->pool, name->length); in nxt_conf_vldt_match_encoded_patterns_set_member() 2090 p = nxt_mp_nget(vldt->pool, pattern.length); in nxt_conf_vldt_match_encoded_pattern()
|
H A D | nxt_mp.c | 973 nxt_mp_nget(nxt_mp_t *mp, size_t size) in nxt_mp_nget() function
|
H A D | nxt_conf.c | 969 dst->u.string.start = nxt_mp_nget(mp, src->u.string.length); in nxt_conf_copy_value() 1941 value->u.string.start = nxt_mp_nget(mp, size); in nxt_conf_json_parse_string()
|
H A D | nxt_runtime.c | 1170 rt->hostname.start = nxt_mp_nget(rt->mem_pool, length); in nxt_runtime_hostname()
|
H A D | nxt_controller.c | 237 str->start = nxt_mp_nget(mp, str->length); in nxt_controller_file_read()
|
H A D | nxt_http_route.c | 1175 start = nxt_mp_nget(slices->mem_pool, test->length); in nxt_http_route_pattern_slice()
|
H A D | nxt_router.c | 3794 buf = nxt_mp_nget(r->mem_pool, size); in nxt_router_access_log_writer()
|