Searched refs:prot (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib/
H A Dmmap-util.c8 void *mmap_file(int fd, size_t *length, int prot) argument
29 return mmap(NULL, *length, prot, MAP_SHARED, fd, 0);
H A Dmmap-util.h29 void *mmap_file(int fd, size_t *length, int prot);

Completed in 5 milliseconds