Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c1976 struct fragment *frag_duplicate(struct file_buffer *file_buffer, char *dont_put) in frag_duplicate() argument
1989 *dont_put = TRUE; in frag_duplicate()
1992 *dont_put = FALSE; in frag_duplicate()
2579 char dont_put; in write_file_frag() local
2581 fragment = frag_duplicate(file_buffer, &dont_put); in write_file_frag()
2590 if(dont_put) in write_file_frag()