Searched refs:close (Results 1 - 25 of 1648) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/excxx_repquote/
H A Ddbc_auto.h13 * cursor close method can throw exceptions, which are masked by the destructor.
15 * For these reasons, you are strongly advised to call the DbcAuto::close
27 close();
33 void close() { function in class:DbcAuto
39 tdbc->close();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Dopen_transformer.c36 close(fd_pipe[0]); /* We don't wan't to read from the parent */
40 close(fd_pipe[1]); /* Send EOF */
41 close(src_fd);
55 close(fd_pipe[1]); /* Don't want to write to the child */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/cnid/cdb/
H A Dcnid_cdb_close.c27 db->db_didname->close(db->db_didname, 0);
28 db->db_devino->close(db->db_devino, 0);
29 db->db_cnid->close(db->db_cnid, 0);
31 db->dbenv->close(db->dbenv, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/cdb/
H A Dcnid_cdb_close.c27 db->db_didname->close(db->db_didname, 0);
28 db->db_devino->close(db->db_devino, 0);
29 db->db_cnid->close(db->db_cnid, 0);
31 db->dbenv->close(db->dbenv, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsock_exec.c72 close(listener);
84 if (fd[0] != -1) close(fd[0]);
85 if (fd[1] != -1) close(fd[1]);
86 if (listener != -1) close(listener);
106 close(fd[0]);
107 close(0);
108 close(1);
113 close(fd[1]);
H A Dsmbrun.c89 close(*outfd);
117 close(*outfd);
145 close(1);
148 close(*outfd);
167 /* close all other file descriptors, leaving only 0, 1 and 2. 0 and
171 for (fd=3;fd<256;fd++) close(fd);
229 close(ifd[0]);
233 close(ifd[1]);
266 close(ifd[1]);
267 close(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/getting_started/
H A DMyDb.hpp17 // Our destructor just calls our private close method.
18 ~MyDb() { close(); }
31 // We put our database close activity here.
36 void close();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dpipe.c73 #undef close macro
78 /* EINTR handling for close().
88 retval = close (fd);
93 #define close nonintr_close macro
187 && close (nulloutfd) >= 0))))
193 && close (stdinfd) >= 0))))
199 && close (stdoutfd) >= 0)))))
207 close (stdinfd);
209 close (stdoutfd);
211 close (nulloutf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/iostream/
H A Dtest.cpp20 os.close();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/iostream3/
H A Dtest.cc20 outf.close();
30 inf.close();
37 outf.close();
46 inf.close();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/iostream/
H A Dtest.cpp20 os.close();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/iostream3/
H A Dtest.cc20 outf.close();
30 inf.close();
37 outf.close();
46 inf.close();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A DTestGetSetMethods.cpp51 dbenv->close(0);
62 db_bt->close(0);
69 db_h->close(0);
75 db_re->close(0);
79 db_q->close(0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/xmlwf/
H A Dreadfilemap.c72 close(fd);
78 close(fd);
85 close(fd);
91 close(fd);
96 close(fd);
H A Dunixfilemap.c37 close(fd);
41 close(fd);
51 close(fd);
58 close(fd);
63 close(fd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/
H A Dpassprompt.c47 close(p[0]);
48 close(p[1]);
56 close(p[0]);
70 close(p[1]);
86 close(p[0]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dexpand.c41 close(pipefd[0]);
43 close(1);
44 close(2); /* avoid nasty error messages on stderr */
46 close(pipefd[1]);
50 close(pipefd[1]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Ddaemonize.c45 /* close all descriptors */
46 for (i=getdtablesize();i>=0;--i) close(i);
85 close(pidfile);
94 close(pidfile);
120 close(pidfile);
126 close(pidfile);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Ddaemonize.c66 /* close all descriptors */
67 for (i=getdtablesize();i>=0;--i) close(i);
112 close(pidfile);
121 close(pidfile);
147 close(pidfile);
153 close(pidfile);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Ddaemonize.c45 /* close all descriptors */
46 for (i=getdtablesize();i>=0;--i) close(i);
85 close(pidfile);
94 close(pidfile);
120 close(pidfile);
126 close(pidfile);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/gettingStarted/
H A DSimpleDA.java31 public void close() method in class:SimpleDA
33 sec_pcursor.close();
34 sec_scursor.close();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/
H A Dfilemap_utils.c28 close(filemap->fd);
36 close(filemap->fd);
44 close(filemap->fd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/basic/
H A DSampleDatabase.java124 public void close() method in class:SampleDatabase
127 partDb.close();
128 supplierDb.close();
129 shipmentDb.close();
130 // And don't forget to close the catalog and the environment.
131 javaCatalog.close();
132 env.close();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dgetsectsize.c51 close(fd);
56 close(fd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/printer-accounting/
H A Dhp5-redir31 close(P);
36 close(ACCT);

Completed in 172 milliseconds

1234567891011>>