Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c1871 struct fragment *frag_duplicate(struct file_buffer *file_buffer, char *dont_put) in frag_duplicate() argument
1884 *dont_put = TRUE; in frag_duplicate()
1887 *dont_put = FALSE; in frag_duplicate()
2474 char dont_put; in write_file_frag() local
2476 fragment = frag_duplicate(file_buffer, &dont_put); in write_file_frag()
2485 if(dont_put) in write_file_frag()