Home
last modified time | relevance | path

Searched refs:jbc (Results 1 – 1 of 1) sorted by path

/unit/src/
H A Dnxt_job_cache_file.c14 nxt_job_cache_file_t *jbc; in nxt_job_cache_file_create() local
16 jbc = nxt_job_create(mp, sizeof(nxt_job_cache_file_t)); in nxt_job_cache_file_create()
18 if (nxt_fast_path(jbc != NULL)) { in nxt_job_cache_file_create()
19 jbc->file.fd = NXT_FILE_INVALID; in nxt_job_cache_file_create()
20 jbc->read_required = nxt_job_file_read_required; in nxt_job_cache_file_create()
23 return jbc; in nxt_job_cache_file_create()