Searched refs:close (Results 201 - 225 of 3340) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/Modules/websockets/
H A DWebSocket.h79 void close(int code, const String& reason, ExceptionCode&);
80 void close(ExceptionCode& ec) { close(WebSocketChannel::CloseEventCodeNotSpecified, String(), ec); } function in class:WebCore::final
81 void close(int code, ExceptionCode& ec) { close(code, String(), ec); } function in class:WebCore::final
96 DEFINE_ATTRIBUTE_EVENT_LISTENER(close);
/macosx-10.10/adv_cmds-158/gencat/
H A Dgencat.c115 close(ofd);
124 close(ifd);
152 close(fd);
189 close(fd);
197 close(fd);
198 close(tfd);
/macosx-10.10/man-16/man/gencat/
H A Dgencat.c150 close(ofd);
163 close(ifd);
201 close(fd);
247 close(fd);
258 close(fd);
259 close(tfd);
/macosx-10.10/ppp-786.1.1/Authenticators/EAP-TLS/
H A Deaptls_ui.c100 /* close open FD's except for the read end of the pipe */
103 close(i);
107 close(fdp[0]);
122 close(fdp[0]); /* close the read end */
150 close(fdp[1]); /* close write end to deliver EOF to reader */
214 close(fdp[0]);
216 close(fdp[1]);
/macosx-10.10/ruby-106/ruby/test/psych/
H A Dtest_exception.rb62 t.close
67 t.close(true)
74 t.close
79 t.close(true)
134 t.close
141 t.close(true)
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_autoload.rb62 file.close
79 file.close
97 file.close
115 file.close
131 file.close
146 file.close
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/compat/
H A Dserver.test111 close $write2FH
113 close $read2FH
129 close $writeFH
131 close $readFH
196 close $readFH
198 close $writeFH
218 close [server_connect [id host] echo]
286 close $fromServer
294 close $toClient
298 close
[all...]
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlmbench_bw_unix.c219 close(state->control[1]);
220 close(state->pipes[0]);
234 close(state->control[0]);
235 close(state->pipes[1]);
274 close(state->control[1]);
275 close(state->pipes[0]);
/macosx-10.10/BerkeleyDB-21/db/examples_c/
H A Dex_env.c86 dbenv->close(dbenv, 0);
98 dbenv->close(dbenv, 0);
105 if ((ret = dbenv->close(dbenv, 0)) != 0) {
106 fprintf(stderr, "DB_ENV->close: %s\n", db_strerror(ret));
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/persist/gettingStarted/
H A DSimpleStorePut.java47 store.close();
48 envmnt.close();
89 sda.close();
/macosx-10.10/BerkeleyDB-21/db/test/scr015/
H A DTestLogc.cpp45 db1->close(0);
55 db2->close(0);
86 logc->close(0);
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/serial/
H A DCatalogCornerCaseTest.java64 env.close();
85 db.close();
97 db.close();
/macosx-10.10/CPANInternal-159.1/IO-Socket-SSL/t/
H A Dsessions.t61 close $_ foreach @servers;
164 close $clients[$_];
197 close $clients[$_];
210 close $_ foreach (@clients);
230 close $clients[$_];
231 close $servers[$_];
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dstore_fd.c72 close(FD(sp));
113 close(fd);
119 close(fd);
/macosx-10.10/Heimdal-398.1.2/lib/wind/
H A Dgen-punycode-examples.py85 f.close()
130 examples_h.close()
131 examples_c.close()
/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dget_myaddress.c105 close(s);
132 close(s);
137 close(s);
/macosx-10.10/NFS-82/nfsd/
H A Dnfsd.c165 close(newsock);
185 close(newsock);
261 close(nfsudpsock);
273 close(nfsudpsock);
277 close(nfsudpsock);
298 close(nfsudp6sock);
310 close(nfsudp6sock);
314 close(nfsudp6sock);
336 close(nfstcpsock);
343 close(nfstcpsoc
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dsuid_exec.c131 (statb.st_mode & ~S_IFMT) != SPECIAL || close(FDVERIFY)<0)
134 close(FDSYNC);
160 close(FDIN);
199 close(FDIN);
202 close(n);
389 close(FDVERIFY);
399 close(FDVERIFY);
400 close(pv[1]);
407 read(pv[0],pv,1); /* wait for clone to close pipe */
447 close(p
[all...]
/macosx-10.10/postfix-255/postfix/src/util/
H A Dpass_trigger.c84 /* Don't combine multiple close() calls into one boolean expression. */
85 if (close(pp->connect_fd) < 0)
86 msg_warn("%s: close %s: %m", myname, pp->service);
87 if (close(pp->pass_fd[0]) < 0)
88 msg_warn("%s: close pipe: %m", myname);
89 if (close(pp->pass_fd[1]) < 0)
90 msg_warn("%s: close pipe: %m", myname);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/Scripts/
H A Dstdinreader.py27 self.close()
33 def close(self): member in class:FileObserver
48 self.close()
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/Scripts/
H A Dstdinreader.py27 self.close()
33 def close(self): member in class:FileObserver
48 self.close()
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/Scripts/
H A Dstdinreader.py27 self.close()
33 def close(self): member in class:FileObserver
48 self.close()
/macosx-10.10/ruby-106/ruby/lib/rubygems/package/
H A Dtar_reader.rb30 reader.close
48 def close method in class:Gem
84 entry.close
/macosx-10.10/ruby-106/ruby/lib/webrick/httpauth/
H A Dhtdigest.rb42 open(@path,"a").close unless File::exist?(@path)
76 tmp.close
79 tmp.close(true)
H A Dhtpasswd.rb42 open(@path,"a").close unless File::exist?(@path)
81 tmp.close
84 tmp.close(true)

Completed in 286 milliseconds

1234567891011>>