Searched defs:writable (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/
H A Djournal.c555 journal_open(isc_mem_t *mctx, const char *filename, isc_boolean_t writable, argument
579 result = isc_stdio_open(j->filename, writable ? "rb+" : "rb", &fp);
669 writable ? JOURNAL_STATE_WRITE : JOURNAL_STATE_READ;
697 isc_boolean_t writable, create; local
700 writable = ISC_TF(mode & (DNS_JOURNAL_WRITE|DNS_JOURNAL_CREATE));
702 result = journal_open(mctx, filename, writable, create, journalp);
712 result = journal_open(mctx, backup, writable, writable,
/bind-9.11.3/lib/isc/unix/
H A Dsocket.c353 * writable. These are statically allocated and never freed.
2382 * Initialize readable and writable events.
4064 isc_boolean_t readable, writable; local
4091 writable = ISC_TF(events[i].filter == EVFILT_WRITE);
4092 process_fd(manager, events[i].ident, readable, writable);

Completed in 31 milliseconds