Searched refs:reuse (Results 26 - 50 of 63) sorted by relevance

123

/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Durl.c2913 "Connection #%ld is still name resolving, can't reuse\n",
2923 infof(data, "Connection #%ld isn't open enough, can't reuse\n",
2961 particular one we can reuse one that was bound.
3010 "can't reuse\n",
3017 "can't reuse\n",
3040 looking so that we can reuse NTLM connections if
3041 possible. (Especially we must not reuse the same connection if
4616 if(conn->bits.reuse)
4729 conn->bits.reuse = TRUE; /* yes, we're re-using here */
4772 bool reuse; local
[all...]
H A Dconnect.c686 if(!conn->bits.reuse) {
H A Durldata.h461 bool reuse; /* if set, this is a re-used connection */ member in struct:ConnectBits
H A Dtransfer.c1853 conn->bits.reuse &&
H A Dmulti.c1258 easy->easy_conn->bits.reuse) {
/macosx-10.9.5/BerkeleyDB-21/db/mp/
H A Dmp_fget.c431 * Mark it with BH_FREED so we don't reuse the
466 * in the chain to see whether we can reuse an obsolete
473 reuse: if ((makecopy || frozen_bhp != NULL) && (oldest_bhp =
494 goto reuse;
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex-toc.el112 (defun reftex-toc (&optional rebuild reuse)
117 ;; displaying the toc window. If yes, reuse this window.
156 (if reuse 'visible)))
/macosx-10.9.5/xnu-2422.115.4/bsd/net/classq/
H A Dclassq_subr.c88 ifclassq_setup(struct ifnet *ifp, u_int32_t sflags, boolean_t reuse) argument
90 #pragma unused(reuse)
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/cm/
H A Dcodemirror.js610 // For lines with widgets, make an attempt to find and reuse
613 if (line.widgets) for (var j = 0, search = cur, reuse; search && j < 20; ++j, search = search.nextSibling)
614 if (search.lineObj == line && /div/i.test(search.nodeName)) { reuse = search; break; }
616 var lineNode = buildLineElement(cm, line, lineN, dims, reuse);
617 if (lineNode != reuse) {
620 while (cur != reuse) cur = rm(cur);
631 function buildLineElement(cm, line, lineNo, dims, reuse) {
642 if (reuse) {
643 reuse.alignable = null;
645 for (var n = reuse
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DRenderThemeEfl.cpp223 void RenderThemeEfl::ThemePartCacheEntry::reuse(const String& themePath, FormType newType, const IntSize& newSize) function in class:WebCore::RenderThemeEfl::ThemePartCacheEntry
264 // We reuse in priority the last item in the list that has
278 // The cache is full, reuse the last item we found that had the
279 // requested size to avoid resizing. If there was none, reuse
286 reusedEntry->reuse(themePath(), type, size);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dkconfig.vim42 " that we can reuse it for various nextgroups.
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Appender/
H A DDBI.pm263 #reuse the sth if the stmt doesn't change
402 prepared statement handle at the beginning and just reuse it
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DDBI.pm282 #reuse the sth if the stmt doesn't change
422 prepared statement handle at the beginning and just reuse it
/macosx-10.9.5/emacs-92/emacs/src/
H A Dkeyboard.c7221 OLD is an old vector we can optionally reuse, or nil. */
7874 tool_bar_items (reuse, nitems)
7875 Lisp_Object reuse;
7895 init_tool_bar_items (reuse);
8178 init_tool_bar_items (reuse)
8179 Lisp_Object reuse;
8181 if (VECTORP (reuse))
8182 tool_bar_items_vector = reuse;
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/plugins/
H A Dsrp.c2845 char reuse; local
2853 "%c%m%m%o%m%s", &reuse, &text->N, &text->g,
/macosx-10.9.5/vim-53/src/
H A Dsearch.c4940 int reuse = 0; local
5001 reuse |= CONT_S_IPOS;
5012 dir, reuse);
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/
H A DSSL.pm2021 IO::Socket::SSL, then you can reuse the SSL context of that instance by passing
2062 This option is useful if you want to reuse the cache, but not the rest of
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT.h162 GPRReg reuse(GPRReg reg) function in class:JSC::DFG::SpeculativeJIT
167 FPRReg reuse(FPRReg reg) function in class:JSC::DFG::SpeculativeJIT
2479 // A mechanism is provided to attempt to reuse the registers
/macosx-10.9.5/libxml2-26/libxml2/
H A DHTMLparser.c6724 * @reuse: keep the context for reuse
6732 int options, int reuse)
6755 if (!reuse) {
6731 htmlDoRead(htmlParserCtxtPtr ctxt, const char *URL, const char *encoding, int options, int reuse) argument
/macosx-10.9.5/ncurses-42/ncurses/ncurses/
H A Dllib-lncurses2675 NCURSES_BOOL reuse)
H A Dllib-lncursest2730 NCURSES_BOOL reuse)
H A Dllib-lncursesw3421 NCURSES_BOOL reuse)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DHTMLparser.c6543 * @reuse: keep the context for reuse
6551 int options, int reuse)
6574 if (!reuse) {
6550 htmlDoRead(htmlParserCtxtPtr ctxt, const char *URL, const char *encoding, int options, int reuse) argument
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DTransport.pm376 Often when implementing an HTTP daemon, sockets will get tied up when you try to restart the daemon server. This prevents the server from restarting. Often users will see an error like "Cannot start server: port already in use." To circumvent this, instruct SOAP::Lite to reuse open sockets using C<< Reuse => 1 >>:
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLowLevelInterpreter32_64.asm717 const scratch = int32Tag # We know that we can reuse the int32Tag register since it has a constant.

Completed in 523 milliseconds

123