Searched refs:close (Results 226 - 250 of 3340) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_readpartial.rb13 r.close unless r.closed?
14 w.close unless w.closed?
40 w.close
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/am/
H A DMakefile3 BUILD= close.html count.html curclose.html curdel.html curdup.html \
/macosx-10.10/BerkeleyDB-21/db/examples_c/
H A Dex_sequence.c109 if ((ret = seq->close(seq, 0)) != 0) {
111 dbp->err(dbp, ret, "DB_SEQUENCE->close");
114 if ((ret = dbp->close(dbp, 0)) != 0) {
116 "%s: DB->close: %s\n", progname, db_strerror(ret));
122 (void)seq->close(seq, 0);
124 (void)dbp->close(dbp, 0);
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/collections/ship/entity/
H A DSampleDatabase.java208 public void close() method in class:SampleDatabase
212 supplierByCityDb.close();
213 shipmentByPartDb.close();
214 shipmentBySupplierDb.close();
215 partDb.close();
216 supplierDb.close();
217 shipmentDb.close();
218 // And don't forget to close the catalog and the environment.
219 javaCatalog.close();
220 env.close();
[all...]
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/collections/ship/index/
H A DSampleDatabase.java208 public void close() method in class:SampleDatabase
212 supplierByCityDb.close();
213 shipmentByPartDb.close();
214 shipmentBySupplierDb.close();
215 partDb.close();
216 supplierDb.close();
217 shipmentDb.close();
218 // And don't forget to close the catalog and the environment.
219 javaCatalog.close();
220 env.close();
[all...]
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/collections/ship/sentity/
H A DSampleDatabase.java201 public void close() method in class:SampleDatabase
205 supplierByCityDb.close();
206 shipmentByPartDb.close();
207 shipmentBySupplierDb.close();
208 partDb.close();
209 supplierDb.close();
210 shipmentDb.close();
211 // And don't forget to close the catalog and the environment.
212 javaCatalog.close();
213 env.close();
[all...]
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/collections/ship/tuple/
H A DSampleDatabase.java201 public void close() method in class:SampleDatabase
205 supplierByCityDb.close();
206 shipmentByPartDb.close();
207 shipmentBySupplierDb.close();
208 partDb.close();
209 supplierDb.close();
210 shipmentDb.close();
211 // And don't forget to close the catalog and the environment.
212 javaCatalog.close();
213 env.close();
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dpretty.build45 close SRC;
50 close SRC or die "Error closing $filename after reading: $!";
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Ddaemon.c75 close (fd);
/macosx-10.10/ICU-531.30/icuSources/tools/makeconv/
H A Dmakeconv.h44 (*close)(NewConverter *cnvData); member in struct:NewConverter
/macosx-10.10/JavaScriptCore-7600.1.17/
H A Dcreate_jit_stubs70 close(IN);
101 close(IN);
/macosx-10.10/Libsystem-1213/
H A DCompatibilityHacks.c40 SYM(close); variable
/macosx-10.10/OpenSSL098-52/src/crypto/bio/
H A Dbio_lcl.h27 #define UP_close close
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Ddb++.cpp51 close();
57 close();
70 void UnixDb::close() function in class:Security::UnixPlusPlus::UnixDb
73 secdebug("unixdb", "close(%p)", mDb);
74 mDb->close(mDb);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_authorization/lib/
H A DtrampolineServer.cpp56 close(fd);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Ddb++.cpp51 close();
57 close();
70 void UnixDb::close() function in class:Security::UnixPlusPlus::UnixDb
73 secdebug("unixdb", "close(%p)", mDb);
74 mDb->close(mDb);
/macosx-10.10/WTF-7600.1.24/wtf/
H A DOSRandomSource.cpp54 close(fd);
/macosx-10.10/WebCore-7600.1.25/dom/
H A DGenericEventQueue.h45 void close();
/macosx-10.10/WebCore-7600.1.25/history/
H A DBackForwardClient.h52 virtual void close() = 0;
/macosx-10.10/WebCore-7600.1.25/platform/mediastream/
H A DRTCDataChannelHandler.h53 virtual void close() = 0;
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DSocketStreamHandleBase.h51 void close(); // Disconnect after all data in buffer are sent.
/macosx-10.10/WebCore-7600.1.25/storage/
H A DStorageSyncManager.h45 void close();
/macosx-10.10/WebCore-7600.1.25/workers/
H A DWorkerEventQueue.h44 virtual void close() override;
/macosx-10.10/cron-39/lib/
H A Dcompat.c116 (void) close(fd);
121 (void) close(STDIN); (void) open(_PATH_DEVNULL, 0);
122 (void) close(STDOUT); (void) open(_PATH_DEVNULL, 1);
123 (void) close(STDERR); (void) open(_PATH_DEVNULL, 2);
/macosx-10.10/cups-408/cups/backend/
H A Dtest1284.c75 close(fd);

Completed in 160 milliseconds

1234567891011>>