HomeSort by relevance Sort by last modified time
    Searched full:close (Results 1226 - 1250 of 5187) sorted by null

<<41424344454647484950>>

  /external/ipsec-tools/src/libipsec/
test-policy.c 181 close(so);
189 close(so);
202 close(so);
211 close (so);
  /external/mtpd/
mtpd.c 121 close(i);
296 close(the_socket);
316 close(pppox);
364 close(pppox);
  /external/netcat/data/
xor.c 77 close (x);
  /external/opencore/doc/oscl_html/
classOsclRegistryAccessClient.html 22 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF void&nbsp;</td><td valign=bottom><a class="el" href="classOsclRegistryAccessClient.html#a5">Close</a> ()</td></tr>
82 <a name="a5" doxytag="OsclRegistryAccessClient::Close"></a><p>
88 <td class="md" nowrap valign="top"> OSCL_IMPORT_REF void OsclRegistryAccessClient::Close </td>
107 Close and cleanup session. </td>
classOsclRegistryClient.html 28 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF void&nbsp;</td><td valign=bottom><a class="el" href="classOsclRegistryClient.html#a5">Close</a> ()</td></tr>
88 <a name="a5" doxytag="OsclRegistryClient::Close"></a><p>
94 <td class="md" nowrap valign="top"> OSCL_IMPORT_REF void OsclRegistryClient::Close </td>
113 Close and cleanup. All components registered in this session are are automatically unregistered. </td>
classOsclSocketServ.html 25 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF void&nbsp;</td><td valign=bottom><a class="el" href="classOsclSocketServ.html#a2">Close</a> (bool aCleanup=true)</td></tr>
63 <a name="a2" doxytag="OsclSocketServ::Close"></a><p>
69 <td class="md" nowrap valign="top"> OSCL_IMPORT_REF void OsclSocketServ::Close </td>
89 Close socket server. This is a synchronous method. <dl compact><dt><b>Parameters: </b></dt><dd>
  /external/opencore/nodes/pvdownloadmanagernode/src/
pvmf_filebufferdatastream_factory.cpp 220 iFs.Close();
273 int32 result = iFileObject->Close();
301 int32 result = iFileObject->Close();
640 iFs.Close();
723 int32 result = iFileObject->Close();
777 // Check to make sure we dont close the write session twice
787 int32 result = iFileObject->Close();
799 // Close the READ sessions
806 // Have a valid READ session so close it by setting the flag to invalid
    [all...]
  /external/opencore/oscl/oscl/osclio/src/
oscl_dns_imp_base.h 42 virtual int32 Close() = 0;
oscl_file_io.cpp 134 Close();
438 OSCL_EXPORT_REF int32 Oscl_File::Close()
443 (0, "Oscl_File(0x%x)::Close IN", this));
455 iFileCache->Close();
457 iAsyncFile->Close();
474 (0, "Oscl_File(0x%x)::Close OUT result %d", this, result));
1076 (0, "OsclNativeFile(0x%x)::Close IN", this));
1086 result = iNativeFile->Close();
1095 (0, "OsclNativeFile(0x%x)::Close OUT result", this, result));
oscl_file_server.cpp 42 OSCL_EXPORT_REF int32 Oscl_FileServer::Close()
oscl_ip_socket.h 39 virtual int32 Close() = 0;
oscl_socket_imp_pv.cpp 54 Close();
66 int32 OsclSocketI::Close()
74 //call the platform socket close routine...
352 Close();
oscl_socket_serv_imp_reqlist.h 60 void Close();
  /external/opencore/oscl/oscl/osclregserv/src/
oscl_registry_serv_impl_tls.h 56 void Close();
  /external/opencore/oscl/pvlogger/src/
pvlogger_file_appender.h 84 _logFile.Close();
85 _fs.Close();
296 _logFile.Close();
297 _fs.Close();
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
tsc_constants.h 39 #define RELEASE_CLOSE 2 /* RELEASE.request(LC) - Close */
  /external/openssl/crypto/des/
README 41 I believe these routines are close to the fastest and most portable DES
  /external/openssl/crypto/objects/
objects.pl 22 close NUMIN;
108 close IN;
115 close NUMOUT;
200 close OUT;
  /external/oprofile/daemon/
opd_sfile.h 90 /** close sample files */
  /external/proguard/src/proguard/
ArgumentWordReader.java 102 reader.close();
  /external/qemu/audio/
esdaudio.c 247 if (close (esd->fd)) {
248 qesd_logerr (errno, "failed to close esd socket\n");
401 if (close (esd->fd)) {
402 qesd_logerr (errno, "failed to close esd socket\n");
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/freebsd/
SDL_syscdrom.c 90 close(cdfd);
151 SDL_CDcaps.Close = SDL_SYS_CDClose;
388 /* Close the CD-ROM handle */
391 close(cdrom->id);
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/openbsd/
SDL_syscdrom.c 93 close(cdfd);
160 SDL_CDcaps.Close = SDL_SYS_CDClose;
397 /* Close the CD-ROM handle */
400 close(cdrom->id);
  /external/qemu/distrib/sdl-1.2.12/src/joystick/
SDL_sysjoystick.h 77 /* Function to close a joystick after use */
  /external/qemu/distrib/sdl-1.2.12/src/joystick/dummy/
SDL_sysjoystick.c 71 /* Function to close a joystick after use */

Completed in 186 milliseconds

<<41424344454647484950>>