Home | History | Annotate | Download | only in base

Lines Matching refs:fd_out

1172 open_file(const char *dbname, int for_write, int excl, int *fd_out, heim_error_t *error)
1178 if (fd_out)
1179 *fd_out = -1;
1194 if (fd_out == NULL) {
1199 *fd_out = _open_osfhandle((intptr_t) hFile, 0);
1200 if (*fd_out < 0) {
1223 if (fd_out)
1224 *fd_out = -1;
1239 if (fd_out == NULL) {
1253 *fd_out = fd;