Home
last modified time | relevance | path

Searched refs:tmp_name (Results 1 – 3 of 3) sorted by relevance

/unit/src/
H A Dnxt_h1proto.c855 nxt_str_t *tmp_path, tmp_name; in nxt_h1p_request_body_read() local
895 tmp_name.length = tmp_path->length + tmp_name_pattern.length; in nxt_h1p_request_body_read()
899 + tmp_name.length + 1, 0); in nxt_h1p_request_body_read()
904 tmp_name.length = 0; in nxt_h1p_request_body_read()
919 memcpy(tmp_name.start, tmp_path->start, tmp_path->length); in nxt_h1p_request_body_read()
920 memcpy(tmp_name.start + tmp_path->length, tmp_name_pattern.start, in nxt_h1p_request_body_read()
922 tmp_name.start[tmp_name.length] = '\0'; in nxt_h1p_request_body_read()
929 b->mem.start += sizeof(nxt_file_t) + tmp_name.length + 1; in nxt_h1p_request_body_read()
933 b->file->fd = mkstemp((char *) tmp_name.start); in nxt_h1p_request_body_read()
942 &tmp_name, b->file->fd); in nxt_h1p_request_body_read()
[all …]
H A Dnxt_isolation.c541 static nxt_str_t tmp_name = nxt_string("tmpfs"); in nxt_isolation_set_automount() local
557 value = nxt_conf_get_object_member(conf, &tmp_name, NULL); in nxt_isolation_set_automount()
H A Dnxt_main_process.c65 static nxt_int_t nxt_main_file_store(nxt_task_t *task, const char *tmp_name,
1669 nxt_main_file_store(nxt_task_t *task, const char *tmp_name, const char *name, in nxt_main_file_store() argument