Searched refs:reuse (Results 1 - 25 of 63) sorted by relevance

123

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DDatabaseEntry.java52 reuse the byte array in the DatabaseEntry, if the data returned fits in
55 reuse the byte array (the default behavior), the length of the underlying
58 call should be used. If an entry is configured to not reuse the byte array,
522 Return true if the whether the entry is configured to reuse the buffer.
527 True if the whether the entry is configured to reuse the buffer.
535 Configures the entry to try to reuse the buffer before allocating a new
538 @param reuse
539 whether to reuse the buffer
541 public void setReuseBuffer(boolean reuse) { argument
543 throw new IllegalArgumentException("Can only set the reuse fla
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/sslViewer/
H A DioSock.c241 int reuse = 1; local
242 int err = setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, &reuse, sizeof(reuse));
/macosx-10.9.5/ntp-88/libsntp/
H A Dlibsntp_query.c117 int reuse = 1; local
120 setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, &reuse, sizeof(reuse));
/macosx-10.9.5/CPANInternal-140/XML-LibXML/lib/XML/LibXML/
H A DNodeList.pm23 my ($class,$array_ref,$reuse) = @_;
24 return bless $reuse ? $array_ref : [@$array_ref], $class;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dmsgcat_c.tcl26 mcset c doctoc/redef {Bad reuse of label "%1$s"}
H A Dmsgcat_en.tcl26 mcset en doctoc/redef {Bad reuse of label "%1$s"}
H A Dmsgcat_fr.tcl29 mcset fr doctoc/redef {Bad reuse of label "%1$s"}
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb.c740 __db_refresh(dbp, txn, flags, deferred_closep, reuse)
744 int *deferred_closep, reuse;
883 if (!reuse && LOGGING_ON(dbp->env) && dbp->log_filename != NULL) {
952 if (!reuse &&
967 if (reuse &&
1009 if (!reuse && dbp->locker != NULL) {
1045 if (reuse) {
/macosx-10.9.5/apache-786.1/httpd/modules/proxy/
H A Dajp.h198 * @param msg AJP Message to reuse
486 * Check the reuse flag in CMD_AJP13_END_RESPONSE
489 * @param reuse returned reuse flag
493 apr_byte_t *reuse);
H A Dajp_header.c780 /* Check the reuse flag in CMD_AJP13_END_RESPONSE */
782 apr_byte_t *reuse)
799 return ajp_msg_get_uint8(msg, reuse);
781 ajp_parse_reuse(request_rec *r, ajp_msg_t *msg, apr_byte_t *reuse) argument
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dlib_setup.c494 _nc_setupterm(NCURSES_CONST char *tname, int Filedes, int *errret, bool reuse) argument
540 if (reuse
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dremote.c779 int status, reuse, fd; local
789 reuse = 1;
790 status = setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &reuse, sizeof(int));
843 int status, reuse, fd; local
856 reuse = 1;
857 status = setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &reuse, sizeof(int));
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DNDC.pm69 want to reuse. For example, at the beginning of a web request in a server,
H A DDateFormat.pm346 So, typically, you would initialize the formatter once and then reuse
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DNDC.pm69 want to reuse. For example, at the beginning of a web request in a server,
H A DDateFormat.pm390 So, typically, you would initialize the formatter once and then reuse
/macosx-10.9.5/BerkeleyDB-21/db/libdb_java/
H A Djava_typemaps.i41 int reuse;
79 if (offset == 0 && (!ldbt->reuse ||
166 ldbt->reuse = !F_ISSET(dbt, DB_DBT_MALLOC);
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Dmkconstants.rb555 SO_REUSEADDR nil Allow local address reuse
556 SO_REUSEPORT nil Allow local address and port reuse
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dif_llreach.c189 ifnet_llreach_ifattach(struct ifnet *ifp, boolean_t reuse) argument
193 if (!reuse)
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Drecd021.tcl103 set special "reuse"
204 reuse {
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DRenderThemeEfl.h271 void reuse(const String& themePath, FormType, const IntSize&);
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dreplace.el1358 (defun replace-match-data (integers reuse &optional new)
1365 (and (eq new reuse)
1366 (eq (null integers) (markerp (car reuse)))
1368 (match-data integers reuse t)))
1499 ;; reuse the list used last time.
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tests/
H A Dtstore5.cpp110 B(s43, View reuse after sub-byte ints, 0)W(s43a);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dsearch.c263 is only applied to the cache entry we pick here to reuse. So
2798 If REUSE is a list, reuse it as part of the value. If REUSE is long
2806 (integers, reuse, reseat)
2807 Lisp_Object integers, reuse, reseat;
2814 for (tail = reuse; CONSP (tail); tail = XCDR (tail))
2869 if (! CONSP (reuse))
2874 for (i = 0, tail = reuse; CONSP (tail);
2889 return reuse;
2794 Lisp_Object integers, reuse, reseat; variable
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT.cpp1229 m_gpr = m_jit->reuse(op1.gpr());
1239 m_gpr = m_jit->reuse(op1.gpr());
1241 m_gpr = m_jit->reuse(op2.gpr());
1251 m_gpr = m_jit->reuse(op1.gpr());
1261 m_gpr = m_jit->reuse(op1.gpr());
1271 m_gpr = m_jit->reuse(op1.gpr());
1273 m_gpr = m_jit->reuse(op2.gpr());
1283 m_gpr = m_jit->reuse(op1.gpr());
1293 m_gpr = m_jit->reuse(op1.gpr());
1304 m_gpr = m_jit->reuse(op
[all...]

Completed in 391 milliseconds

123