Searched +refs:scheme +refs:buffer (Results 76 - 98 of 98) sorted by relevance

1234

/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A Dtree.h54 * default buffer size 4000.
70 * A buffer allocation scheme can be defined to either match exactly the
77 XML_BUFFER_ALLOC_IMMUTABLE, /* immutable buffer */
78 XML_BUFFER_ALLOC_IO, /* special allocation scheme used for I/O */
85 * A buffer structure, this old construct is limited to 2GB and
91 xmlChar *content; /* The buffer content UTF8 */
92 unsigned int use; /* The buffer size used */
93 unsigned int size; /* The buffer size */
101 * A buffer structur
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dtree.h53 * default buffer size 4000.
69 * A buffer allocation scheme can be defined to either match exactly the
76 XML_BUFFER_ALLOC_IMMUTABLE, /* immutable buffer */
77 XML_BUFFER_ALLOC_IO /* special allocation scheme used for I/O */
83 * A buffer structure.
88 xmlChar *content; /* The buffer content UTF8 */
89 unsigned int use; /* The buffer size used */
90 unsigned int size; /* The buffer size */
654 xmlSetBufferAllocationScheme(xmlBufferAllocationScheme scheme);
[all...]
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DFrameLoaderClientQt.cpp1042 QString urlScheme = url.scheme().toLower();
1050 QString testURLScheme = testURL.scheme().toLower();
1155 WTF::RefPtr<WebCore::SharedBuffer> buffer = WebCore::SharedBuffer::create(output.content.constData(), output.content.length()); local
1156 WebCore::SubstituteData substituteData(buffer, output.contentType, output.encoding, failingUrl);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlpc.vim52 syn keyword lpcType array buffer class function mapping object
180 " Color scheme : this syntax file had been thouroughly tested to work well
183 " of course it works best for the color scheme that I am using, download it
/macosx-10.9.5/vim-53/src/
H A DMake_mvc.mak483 $(OUTDIR)\buffer.obj \
708 !if EXIST("$(MZSCHEME)\collects\scheme\base.ss")
997 $(OUTDIR)/buffer.obj: $(OUTDIR) buffer.c $(INCL)
1054 $(MZSCHEME)\mzc --c-mods mzscheme_base.c ++lib scheme/base
1177 proto/buffer.pro \
H A DMake_ming.mak432 $(OUTDIR)/buffer.o \
690 $(MZSCHEME)/mzc --c-mods mzscheme_base.c ++lib scheme/base
H A DMakefile1409 buffer.c \
1490 objects/buffer.o \
1554 buffer.pro \
2401 objects/buffer.o: buffer.c
2402 $(CCC) -o $@ buffer.c
2507 $(MZSCHEME_MZC) --c-mods mzscheme_base.c ++lib scheme/base
2747 objects/buffer.o: buffer.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_ojpeg.c16 convinced this compression scheme is bad and breaks TIFF. That document
104 The benefit of the scheme is... that it works, basically. We know of no other that
106 OJPEG flavor specific manner. Instead, it is a single scheme, that covers the cases
139 * OJPEG_BUFFER: Define the size of the desired buffer here. Should be small enough so as to guarantee
392 TIFFInitOJPEG(TIFF* tif, int scheme) argument
397 assert(scheme==COMPRESSION_OJPEG);
1021 TIFFErrorExt(tif->tif_clientdata,module,"SamplesPerPixel %d not supported for this compression scheme",sp->samples_per_pixel);
1540 /* TODO: probably best to also add check on allowed upper bound, especially x, may cause buffer overflow otherwise i think */
2367 char buffer[JMSG_LENGTH_MAX]; local
2368 (*cinfo->err->format_message)(cinfo,buffer);
2375 char buffer[JMSG_LENGTH_MAX]; local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebView.mm1817 NSString *scheme = [[request URL] scheme];
1820 if (forMainFrame && [self _representationExistsForURLScheme:scheme])
1823 if ([scheme _webkit_isCaseInsensitiveEqualToString:@"applewebdata"])
1827 if ([scheme _webkit_isCaseInsensitiveEqualToString:@"blob"])
2802 + (void)_setDomainRelaxationForbidden:(BOOL)forbidden forURLScheme:(NSString *)scheme
2804 SchemeRegistry::setDomainRelaxationForbiddenForURLScheme(forbidden, scheme);
2807 + (void)_registerURLSchemeAsSecure:(NSString *)scheme
2809 SchemeRegistry::registerURLSchemeAsSecure(scheme);
2812 + (void)_registerURLSchemeAsAllowingLocalStorageAccessInPrivateBrowsing:(NSString *)scheme
[all...]
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dclient.c880 char scheme[HTTP_MAX_URI], /* Method/scheme */ local
892 scheme, sizeof(scheme),
902 if (strcmp(scheme, "file") &&
2684 *auth_key; /* Auth key buffer */
2685 size_t auth_size; /* Size of remaining buffer */
2760 char *ptr, /* Pointer to end of line in buffer */
2771 if (!strchr(CGIStatusBuffer->buffer, '\n'))
2797 char *bufptr, /* Pointer into buffer */
3452 char buffer[16384]; /* Copy buffer */ local
[all...]
H A Dprinters.c905 *valueptr = '\0'; /* Chop everything but URI scheme */
1761 char buffer[1024], /* URI buffer */ local
1762 *start, /* Start of data after scheme */
1763 *slash, /* First slash after scheme:// */
1774 * Copy the device URI to a temporary buffer so we can sanitize any auth
1778 strlcpy(buffer, uri, sizeof(buffer));
1781 * Find the end of the scheme:// part...
1784 if ((ptr = strchr(buffer, '
2788 scheme[32], /* Scheme portion of URI */ local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.cpp942 // important for us, since we double buffer based off dirty rects.
958 Vector<unsigned char> buffer(regionDataSize);
959 RGNDATA* regionData = reinterpret_cast<RGNDATA*>(buffer.data());
3848 /* [in] */ BSTR scheme)
3850 if (!scheme)
3853 SchemeRegistry::registerURLSchemeAsLocal(toString(scheme));
6684 HRESULT WebView::setDomainRelaxationForbiddenForURLScheme(BOOL forbidden, BSTR scheme)
6686 SchemeRegistry::setDomainRelaxationForbiddenForURLScheme(forbidden, toString(scheme));
6690 HRESULT WebView::registerURLSchemeAsSecure(BSTR scheme)
6692 SchemeRegistry::registerURLSchemeAsSecure(toString(scheme));
[all...]
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Durldata.h204 /* Download buffer size, keep it fairly big for speed reasons */
208 /* Initial size of the buffer to store headers in, it'll be enlarged in case
666 still left in the buffer, aimed for upload. */
670 buffer, so the next read should read from where this pointer points to,
690 const char * scheme; /* URL scheme name. */ member in struct:Curl_handler
944 char* master_buffer; /* The master buffer allocated on-demand;
946 size_t read_pos; /* Current read position in the master buffer */
947 size_t buf_len; /* Length of the buffer?? */
972 char syserr_buf [256]; /* buffer fo
1174 char buffer[BUFSIZE+1]; /* download buffer */ member in struct:UrlState
[all...]
H A Durl.c245 "<no protocol>", /* scheme */
1391 * Error buffer provided by the caller to get the human readable
1934 * The application kindly asks for a differently sized receive buffer.
2468 Curl_safefree(conn->host.rawalloc); /* host name buffer */
2469 Curl_safefree(conn->proxy.rawalloc); /* proxy name buffer */
2546 idn_free(conn->host.encalloc); /* encoded host name buffer, must be freed
2550 idn_free(conn->proxy.encalloc); /* encoded proxy name buffer, must be
2554 free(conn->host.encalloc); /* encoded host name buffer, must be freed with
2558 free(conn->proxy.encalloc); /* encoded proxy name buffer, must be freed
2999 if((Curl_raw_equal(needle->handler->scheme, chec
[all...]
/macosx-10.9.5/rsync-42/rsync/
H A Dtech_report.tex113 buffer $X_2 .. X_{n+1}$ given the checksum of buffer $X_1 .. X_n$ and
150 simple 3 level searching scheme.
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebNetscapePluginView.mm1460 // Plugins will allocate memory for the buffer by using NPN_MemAlloc().
1461 char* buffer = NULL;
1466 error = [_pluginPackage.get() pluginFuncs]->getvalue(plugin, NPPVformValue, &buffer);
1469 if (error != NPERR_NO_ERROR || !buffer)
1471 *value = [[NSString alloc] initWithUTF8String:buffer];
1472 [_pluginPackage.get() browserFuncs]->memfree(buffer);
1904 -(NPError)write:(NPStream*)stream len:(SInt32)len buffer:(void *)buffer
2281 - (NPError)getAuthenticationInfoWithProtocol:(const char*)protocolStr host:(const char*)hostStr port:(int32_t)port scheme:(const char*)schemeStr realm:(const char*)realmStr
2414 // This NSBitmapImageRep will share its bitmap buffer wit
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dallout.el41 ;; formatted as an outline - do ESC-x eval-buffer in allout.el; but
80 ;; Just `ESC-x eval-buffer' to give it a whirl.
98 ;; to byte-compile it in, or to do the require when the buffer evalled.
117 outline mode is automatically activated when the buffer-specific
149 A list value specifies a default layout for the current buffer,
213 (make-variable-buffer-local 'allout-show-bodies)
287 (make-variable-buffer-local 'allout-header-prefix)
304 (make-variable-buffer-local 'allout-primary-bullet)
320 (make-variable-buffer-local 'allout-plain-bullets-string)
368 (make-variable-buffer
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A Dtestapi.c598 static const xmlChar *static_buf_content = (xmlChar *)"a static buffer";
1473 char * buffer; /* a pointer to a char array */ local
1481 buffer = gen_const_char_ptr(n_buffer, 0);
1484 ret_val = htmlCreateMemoryParserCtxt((const char *)buffer, size);
1487 des_const_char_ptr(n_buffer, (const char *)buffer, 0);
1700 char * buffer; /* a pointer to a char array */ local
1719 buffer = gen_const_char_ptr(n_buffer, 1);
1725 ret_val = htmlCtxtReadMemory(ctxt, (const char *)buffer, size, URL, (const char *)encoding, options);
1729 des_const_char_ptr(n_buffer, (const char *)buffer, 1);
2602 char * buffer; /* local
7877 char * buffer; /* the output buffer */ local
12877 char * buffer; /* a pointer to a char array */ local
14152 char * buffer; /* an pointer to a char array */ local
14552 char * buffer; /* a pointer to a char array */ local
14686 char * buffer; /* an pointer to a char array */ local
14981 char * buffer; /* an pointer to a char array */ local
15038 char * buffer; /* an pointer to a char array */ local
15159 char * buffer; /* an in-memory XML document input */ local
15278 xmlChar * buffer; /* a xmlChar * buffer */ local
15934 char * buffer; /* a pointer to a char array */ local
16232 xmlChar * buffer; /* an memory buffer */ local
17559 char * buffer; /* a pointer to a char array containing the schemas */ local
18986 xmlBufferAllocationScheme scheme; /* allocation scheme to use */ local
22222 xmlBufferPtr buffer; /* a buffer */ local
23436 xmlBufferAllocationScheme scheme; /* allocation method to use */ local
27957 char * buffer; /* where to drop data */ local
28106 char * buffer; /* where to drop data */ local
28256 char * buffer; /* where to drop data */ local
28380 xmlBufferPtr buffer; /* a xmlBufferPtr */ local
30160 char * buffer; /* a pointer to a char array */ local
30341 char * buffer; /* a pointer to a char array */ local
34392 char * buffer; /* a pointer to a char array containing the schemas */ local
[all...]
H A Drelaxng.c233 const char *buffer; member in struct:_xmlRelaxNGParserCtxt
6746 * @buffer: a pointer to a char array containing the schemas
6749 * Create an XML RelaxNGs parse context for that memory buffer expected
6755 xmlRelaxNGNewMemParserCtxt(const char *buffer, int size) argument
6759 if ((buffer == NULL) || (size <= 0))
6769 ret->buffer = buffer;
6962 if (uri->scheme == NULL) {
7488 } else if (ctxt->buffer != NULL) {
7489 doc = xmlReadMemory(ctxt->buffer, ctx
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dtestapi.c602 static const char *static_buf_content = "a static buffer";
1477 char * buffer; /* a pointer to a char array */ local
1485 buffer = gen_const_char_ptr(n_buffer, 0);
1488 ret_val = htmlCreateMemoryParserCtxt((const char *)buffer, size);
1491 des_const_char_ptr(n_buffer, (const char *)buffer, 0);
1704 char * buffer; /* a pointer to a char array */ local
1723 buffer = gen_const_char_ptr(n_buffer, 1);
1729 ret_val = htmlCtxtReadMemory(ctxt, (const char *)buffer, size, URL, (const char *)encoding, options);
1733 des_const_char_ptr(n_buffer, (const char *)buffer, 1);
2606 char * buffer; /* local
7881 char * buffer; /* the output buffer */ local
12888 char * buffer; /* a pointer to a char array */ local
14163 char * buffer; /* an pointer to a char array */ local
14563 char * buffer; /* a pointer to a char array */ local
14697 char * buffer; /* an pointer to a char array */ local
14992 char * buffer; /* an pointer to a char array */ local
15049 char * buffer; /* an pointer to a char array */ local
15170 char * buffer; /* an in-memory XML document input */ local
15289 xmlChar * buffer; /* a xmlChar * buffer */ local
15945 char * buffer; /* a pointer to a char array */ local
16243 xmlChar * buffer; /* an memory buffer */ local
17570 char * buffer; /* a pointer to a char array containing the schemas */ local
18818 xmlBufferAllocationScheme scheme; /* allocation scheme to use */ local
22054 xmlBufferPtr buffer; /* a buffer */ local
23268 xmlBufferAllocationScheme scheme; /* allocation method to use */ local
27782 char * buffer; /* where to drop data */ local
27931 char * buffer; /* where to drop data */ local
28081 char * buffer; /* where to drop data */ local
28205 xmlBufferPtr buffer; /* a xmlBufferPtr */ local
29939 char * buffer; /* a pointer to a char array */ local
30120 char * buffer; /* a pointer to a char array */ local
34122 char * buffer; /* a pointer to a char array containing the schemas */ local
[all...]
H A Drelaxng.c232 const char *buffer; member in struct:_xmlRelaxNGParserCtxt
6745 * @buffer: a pointer to a char array containing the schemas
6748 * Create an XML RelaxNGs parse context for that memory buffer expected
6754 xmlRelaxNGNewMemParserCtxt(const char *buffer, int size) argument
6758 if ((buffer == NULL) || (size <= 0))
6768 ret->buffer = buffer;
6961 if (uri->scheme == NULL) {
7487 } else if (ctxt->buffer != NULL) {
7488 doc = xmlReadMemory(ctxt->buffer, ctx
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-art.el106 "Pushable buttons in the article buffer."
183 be placed first in the article buffer in the sequence specified by
228 the end of the buffer."
240 no signature in the buffer. If it is a string, it will be used as a
596 buffer to a file if the value of this variable is non-nil. Note that
653 from the buffer of the article to be saved with the newsgroup as the
654 parameter. If it is a list, it will be evaled in the same buffer.
700 "*A hook called after an article has been prepared in the article buffer."
708 "Face used for highlighting buttons in the article buffer.
716 "Face used for mouse highlighting in the article buffer
[all...]
/macosx-10.9.5/vim-53/src/auto/
H A Dconfigure4847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if scheme.h can be found in $vi_cv_path_mzscheme_pfx/include" >&5
4848 $as_echo_n "checking if scheme.h can be found in $vi_cv_path_mzscheme_pfx/include... " >&6; }
4849 if test -f $vi_cv_path_mzscheme_pfx/include/scheme.h; then
4856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if scheme.h can be found in $vi_cv_path_mzscheme_pfx/include/plt" >&5
4857 $as_echo_n "checking if scheme.h can be found in $vi_cv_path_mzscheme_pfx/include/plt... " >&6; }
4858 if test -f $vi_cv_path_mzscheme_pfx/include/plt/scheme.h; then
4865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if scheme.h can be found in /usr/include/plt/" >&5
4866 $as_echo_n "checking if scheme.h can be found in /usr/include/plt/... " >&6; }
4867 if test -f /usr/include/plt/scheme.h; then
4905 if test -f "${vi_cv_path_mzscheme_pfx}/${SCHEME_COLLECTS}collects/scheme/bas
[all...]

Completed in 416 milliseconds

1234