Searched refs:backend (Results 26 - 50 of 88) sorted by relevance

1234

/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy_ajp.c109 * it might be undesirable to resend it to a backend again
148 * available at the backend. If there is no more data available, we flush
241 /* We had a failure: Close connection to backend */
262 /* We had a failure: Close connection to backend */
282 /* We had a failure: Close connection to backend */
297 /* We had a failure: Close connection to backend */
321 * Now the connection is in the wrong state on the backend.
323 * not move this connection to the correct state on the backend
337 /* We had a failure: Close connection to backend */
370 * data available from the backend (d
704 proxy_conn_rec *backend = NULL; local
[all...]
H A Dmod_proxy_scgi.c19 * Proxy backend module for the SCGI protocol
350 * Fetch response from backend and pass back to the front
471 * Either the backend sets it or it's gonna be chunked.
503 proxy_conn_rec *backend = NULL; local
515 status = ap_proxy_acquire_connection(PROXY_FUNCTION, &backend, worker,
520 backend->is_ssl = 0;
523 status = ap_proxy_determine_connection(p, r, conf, worker, backend,
531 if (ap_proxy_connect_backend(PROXY_FUNCTION, backend, worker, r->server)) {
533 "failed to make connection to backend: %s:%u",
534 backend
[all...]
H A Dmod_proxy_fcgi.c757 proxy_conn_rec *backend; local
778 status = ap_proxy_acquire_connection(FCGI_SCHEME, &backend, worker,
781 if (backend) {
782 backend->close = 1;
783 ap_proxy_release_connection(FCGI_SCHEME, backend, r->server);
788 backend->is_ssl = 0;
791 status = ap_proxy_determine_connection(p, r, conf, worker, backend,
803 backend->close = 1;
806 if (ap_proxy_connect_backend(FCGI_SCHEME, backend, worker, r->server)) {
808 "failed to make connection to backend
[all...]
/macosx-10.10/cups-408/cups/test/
H A Drun-stp-tests.sh294 mkdir $BASE/bin/backend
318 ln -s $root/backend/dnssd $BASE/bin/backend
319 ln -s $root/backend/http $BASE/bin/backend
320 ln -s $root/backend/ipp $BASE/bin/backend
321 ln -s $root/backend/lpd $BASE/bin/backend
322 ln -s $root/backend/mdn
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dgetinfo.c290 tsi->backend = CURLSSLBACKEND_NONE;
304 /* Return the TLS session information from the relevant backend */
306 tsi->backend = CURLSSLBACKEND_OPENSSL;
310 tsi->backend = CURLSSLBACKEND_GNUTLS;
314 tsi->backend = CURLSSLBACKEND_NSS;
318 tsi->backend = CURLSSLBACKEND_QSOSSL;
322 tsi->backend = CURLSSLBACKEND_GSKIT;
327 backend as CURLSSLBACKEND_NONE in those cases, which should be
/macosx-10.10/JavaScriptCore-7600.1.17/offlineasm/
H A Dgenerate_offset_extractor.rb115 | settings, ast, backend, index |
122 | settings, ast, backend, index |
H A Dasm.rb327 | concreteSettings, lowLevelAST, backend |
330 emitCodeInConfiguration(concreteSettings, lowLevelAST, backend) {
332 lowLevelAST.lower(backend)
/macosx-10.10/WebKit2-7600.1.25/Shared/soup/
H A DWebCoreArgumentCodersSoup.cpp115 GTlsBackend* backend = g_tls_backend_get_default(); local
117 g_tls_backend_get_certificate_type(backend), 0, 0, "certificate", certificateBytes.get(), nullptr)));
/macosx-10.10/vim-55/runtime/compiler/
H A Dfortran_g77.vim21 " sample multiline errors (besides gcc backend one-liners):
/macosx-10.10/cups-408/cups/packaging/
H A Dcups.spec.in201 %dir /usr/lib/cups/backend
204 /usr/lib/cups/backend/dnssd
206 /usr/lib/cups/backend/http
207 /usr/lib/cups/backend/https
208 %attr(0700,root,root) /usr/lib/cups/backend/ipp
209 /usr/lib/cups/backend/ipps
210 %attr(0700,root,root) /usr/lib/cups/backend/lpd
211 /usr/lib/cups/backend/snmp
212 /usr/lib/cups/backend/socket
213 /usr/lib/cups/backend/us
[all...]
H A Dcups.list.in267 f 0555 root sys $SERVERBIN/apple/ipp backend/ipp
272 d 0755 root sys $SERVERBIN/backend -
273 f 0500 root sys $SERVERBIN/backend/ipp backend/ipp
274 l 0700 root sys $SERVERBIN/backend/http ipp
275 l 0700 root sys $SERVERBIN/backend/https ipp
276 l 0700 root sys $SERVERBIN/backend/ipps ipp
277 f 0500 root sys $SERVERBIN/backend/lpd backend/lpd
279 f 0500 root sys $SERVERBIN/backend/dnss
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/webdatabase/
H A DDatabaseContext.h53 PassRefPtr<DatabaseBackendContext> backend();
H A DDatabaseSync.h74 PassRefPtr<DatabaseBackendSync> backend();
82 friend class DatabaseServer; // FIXME: remove this when the backend has been split out.
H A DDatabase.h81 PassRefPtr<DatabaseBackend> backend();
95 friend class DatabaseServer; // FIXME: remove this when the backend has been split out.
96 friend class DatabaseBackend; // FIXME: remove this when the backend has been split out.
H A DSQLTransaction.cpp44 #include "SQLTransactionClient.h" // FIXME: Should be used in the backend only.
87 void SQLTransaction::setBackend(AbstractSQLTransactionBackend* backend) argument
90 m_backend = backend;
117 // requestTransitToState() can be called from the backend. Hence, it should
165 // If we get here with an empty m_transactionError, then the backend
167 // Hence, it's thread safe to fetch the backend transactionError without
/macosx-10.10/curl-83.1.2/curl/docs/examples/
H A Dsessioninfo.c46 switch(info->backend) {
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DIDBOpenDBRequest.cpp113 RefPtr<IDBDatabaseBackend> backend = prpBackend;
121 idbDatabase = IDBDatabase::create(scriptExecutionContext(), backend.release(), m_databaseCallbacks);
H A DIDBCursor.cpp46 PassRefPtr<IDBCursor> IDBCursor::create(PassRefPtr<IDBCursorBackend> backend, IndexedDB::CursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction) argument
48 return adoptRef(new IDBCursor(backend, direction, request, source, transaction));
76 IDBCursor::IDBCursor(PassRefPtr<IDBCursorBackend> backend, IndexedDB::CursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction) argument
77 : m_backend(backend)
H A DIDBRequest.cpp285 RefPtr<IDBCursorBackend> backend = prpBackend; local
286 RefPtr<IDBKey> key = backend->key();
287 RefPtr<IDBKey> primaryKey = backend->primaryKey();
289 Deprecated::ScriptValue value = deserializeIDBValueBuffer(requestState(), backend->valueBuffer(), !!key);
295 cursor = IDBCursor::create(backend.release(), m_cursorDirection, this, m_source.get(), m_transaction.get());
298 cursor = IDBCursorWithValue::create(backend.release(), m_cursorDirection, this, m_source.get(), m_transaction.get());
H A DIDBDatabase.h104 IDBDatabaseBackend* backend() const { return m_backend.get(); } function in class:WebCore::final
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Protocol/
H A DInspectorBackend.js81 console.log("backend: " + ((typeof message === "string") ? message : JSON.stringify(message)));
326 InspectorBackend.Command = function(backend, qualifiedName, callSignature, replySignature)
328 this._backend = backend;
338 InspectorBackend.Command.create = function(backend, commandName, callSignature, replySignature)
340 var instance = new InspectorBackend.Command(backend, commandName, callSignature, replySignature);
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Decoff.c98 /* This is a hook called by coff_real_object_p to create any backend
189 below. This could be an ECOFF backend routine, with one version
424 const struct ecoff_backend_data * const backend = ecoff_backend (abfd);
431 backend->debug_swap.sym_magic)
445 external_hdr_size = backend->debug_swap.external_hdr_size;
461 (*backend->debug_swap.swap_hdr_in) (abfd, raw, internal_symhdr);
463 if (internal_symhdr->magic != backend->debug_swap.sym_magic)
484 point in the backend structure. */
491 const struct ecoff_backend_data * const backend = ecoff_backend (abfd);
524 + backend
422 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); local
489 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); local
843 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); local
1553 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); local
2317 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); local
3329 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); local
3590 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); local
3718 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); local
4442 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); local
[all...]
/macosx-10.10/cups-408/cups/scheduler/
H A Djob.h78 int backend; /* Backend process ID */ member in struct:cupsd_job_s
87 *bprofile; /* Security profile for backend */
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A DMakefile.in20 XPROGRAMS=sslapd libbackends.a .backend liboverlays.a
30 attr.c entry.c backend.c result.c operation.c \
49 attr.o entry.o backend.o backends.o result.o operation.o \
134 # dynamic backend modules should keep in mind that slapd.exe might export
294 .backend: FORCE
307 libbackends.a: .backend
320 echo "added backend library $$i"; \
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/build/
H A Dtop.mk85 # The BUILD_MOD macro is defined in each backend Makefile.in file
102 # MOD_DEFS defined in backend Makefile.in files.

Completed in 305 milliseconds

1234