Searched refs:inbuf (Results 101 - 125 of 148) sorted by relevance

123456

/macosx-10.10.1/postfix-255/postfix/src/milter/
H A Dmilter.c807 VSTRING *inbuf = vstring_alloc(100); local
843 if (vstring_fgets_nonl(inbuf, VSTREAM_IN) <= 0)
845 bufp = vstring_str(inbuf);
938 vstring_free(inbuf);
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dinput.c102 static char *inbuf; /* Current input buffer */ variable
338 * inbuf is only freeable if the flags include INP_FREE.
345 if ((inbufflags & INP_FREE) && inbuf) {
346 free(inbuf);
348 inbuf = inbufptr = str;
349 inbufleft = strlen(inbuf);
378 if (inbufptr != inbuf) {
426 inbuf = inbufptr = "";
485 instacktop->buf = inbuf;
525 inbufpush = inbuf
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Ddebugging.cpp456 void FileSink::put(const char *inbuf, unsigned int length) argument
458 fwrite(inbuf, 1, length + 1, file); // do pick up the trailing newline
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Ddebugging.cpp456 void FileSink::put(const char *inbuf, unsigned int length) argument
458 fwrite(inbuf, 1, length + 1, file); // do pick up the trailing newline
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Ddebug.h328 int packA(char *inbuf, uint32_t length, uint32_t buflen);
329 void unpackA(char *inbuf, uint32_t length);
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Docsp.c1161 char inbuf[1024]; local
1176 len = BIO_gets(cbio, inbuf, sizeof inbuf);
1182 if(strncmp(inbuf, "POST", 4))
1190 if ((inbuf[0] == '\r') || (inbuf[0] == '\n'))
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/intl/
H A Ddcigettext.c898 const unsigned char *inbuf; local
907 inbuf = (const unsigned char *) result;
922 &inbuf, inbuf + resultlen,
936 inbuf = result;
939 const char *inptr = (const char *) inbuf;
/macosx-10.10.1/cxxfilt-11/cxxfilt/intl/
H A Ddcigettext.c890 const unsigned char *inbuf; local
899 inbuf = (const unsigned char *) result;
914 &inbuf, inbuf + resultlen,
928 inbuf = result;
931 const char *inptr = (const char *) inbuf;
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dsysv_shm.c547 struct user_shmid_ds inbuf; local
616 error = copyin(uap->buf, &inbuf, sizeof(struct user_shmid_ds));
621 shmid_ds_32to64(&shmid_ds32, &inbuf);
627 shmseg->u.shm_perm.uid = inbuf.shm_perm.uid;
628 shmseg->u.shm_perm.gid = inbuf.shm_perm.gid;
631 (inbuf.shm_perm.mode & ACCESSPERMS);
/macosx-10.10.1/vim-55/src/
H A Dui.c1467 static char_u inbuf[INBUFLEN + MAX_KEY_CODE_LEN]; variable
1468 static int inbufcount = 0; /* number of chars in inbuf[] */
1521 mch_memmove(gap->ga_data, inbuf, (size_t)inbufcount);
1542 mch_memmove(inbuf, gap->ga_data, gap->ga_len);
1576 inbuf[inbufcount++] = *s++;
1617 inbuf[inbufcount++] = *s++;
1645 mch_memmove(buf, inbuf, (size_t)maxlen);
1648 mch_memmove(inbuf, inbuf + maxlen, (size_t)inbufcount);
1719 mch_memmove(inbuf
[all...]
H A Dif_sniff.c947 static char inbuf[1024]; local
976 bytes = read(fd, inbuf, sizeof(inbuf));
987 if ((buf[len] = inbuf[pos++]) =='\n')
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dtidylib.c804 int TIDY_CALL tidyParseBuffer( TidyDoc tdoc, TidyBuffer* inbuf )
807 return tidyDocParseBuffer( doc, inbuf );
862 int tidyDocParseBuffer( TidyDocImpl* doc, TidyBuffer* inbuf )
865 if ( inbuf )
867 StreamIn* in = TY_(BufferInput)( doc, inbuf, cfg( doc, TidyInCharEncoding ));
877 TidyBuffer inbuf = {0}; local
882 tidyBufAttach( &inbuf, (byte*)content, TY_(tmbstrlen)(content)+1 );
883 in = TY_(BufferInput)( doc, &inbuf, cfg( doc, TidyInCharEncoding ));
885 tidyBufDetach( &inbuf );
H A Dconfig.c857 TidyBuffer inbuf = {0}; /* Set up input source */ local
858 tidyBufAttach( &inbuf, (byte*)optval, TY_(tmbstrlen)(optval)+1 );
859 doc->config.cfgIn = TY_(BufferInput)( doc, &inbuf, ASCII );
866 tidyBufDetach( &inbuf );
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Drdata_test.c882 char inbuf[16*1024]; local
1046 isc_buffer_init(&dbuf, inbuf, sizeof(inbuf));
1118 isc_buffer_init(&dbuf, inbuf, sizeof(inbuf));
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dhttp2.c91 Curl_safefree(httpc->inbuf);
447 conn->proto.httpc.inbuf = malloc(H2_BUFSIZE);
448 if(conn->proto.httpc.inbuf == NULL)
581 httpc->inbuf, H2_BUFSIZE, &rc);
596 (const uint8_t *)httpc->inbuf, nread);
H A Dtelnet.c101 const unsigned char *inbuf, /* Data received from socket */
1063 const unsigned char *inbuf, /* Data received from socket */
1077 (char *)&inbuf[startwrite], \
1091 c = inbuf[in];
1062 telrcv(struct connectdata *conn, const unsigned char *inbuf, ssize_t count) argument
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Ddict_cache.c1053 VSTRING *inbuf = vstring_alloc(100); local
1073 if (vstring_fgets_nonl(inbuf, VSTREAM_IN) == 0)
1075 bufp = vstring_str(inbuf);
1104 run_requests(test_job, cache, inbuf);
1114 vstring_free(inbuf);
/macosx-10.10.1/libiconv-42/libiconv/lib/
H A Dloop_unicode.h270 const char* * inbuf, size_t *inbytesleft,
275 const unsigned char* inptr = (const unsigned char*) *inbuf;
420 *inbuf = (const char*) inptr;
269 unicode_loop_convert(iconv_t icd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft) argument
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/krb5/
H A Daccept_sec_context.c1037 krb5_data inbuf; local
1044 inbuf.length = input_token_buffer->length;
1045 inbuf.data = input_token_buffer->value;
1092 kret = krb5_rd_rep(context, ctx->auth_context, &inbuf, &repl);
/macosx-10.10.1/apache-793/httpd/modules/filters/
H A Dmod_proxy_html.c148 #define consume_buffer(ctx,inbuf,bytes,flag) \
149 htmlParseChunk(ctx->parser, inbuf, bytes, flag)
151 #define AP_fwrite(ctx,inbuf,bytes,flush) \
152 ap_fwrite(ctx->f->next, ctx->bb, inbuf, bytes);
/macosx-10.10.1/OpenSSH-189/osslshim/ossl/
H A Dossl-rsa-cc.c462 cc_rsa_public_encrypt(int ilen, const unsigned char *inbuf, unsigned char *outbuf, argument
480 status = CCRSACryptorEncrypt(cc_key, cc_padding, (const void *)inbuf,
487 olen = RSA_public_encrypt(ilen, inbuf, outbuf, key, padding);
527 cc_rsa_private_decrypt(int ilen, const unsigned char *inbuf, unsigned char *outbuf, argument
544 status = CCRSACryptorDecrypt(cc_key, cc_padding, (const void *)inbuf, (size_t)ilen,
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlreader.c809 xmlBufferPtr inbuf; local
818 inbuf = reader->input->buffer;
821 if (inbuf->use < reader->cur + CHUNK_SIZE) {
828 (inbuf->alloc == XML_BUFFER_ALLOC_IMMUTABLE)) {
829 if (inbuf->use == reader->cur) {
852 if (inbuf->use >= reader->cur + CHUNK_SIZE) {
854 (const char *) &inbuf->content[reader->cur],
860 s = inbuf->use - reader->cur;
862 (const char *) &inbuf->content[reader->cur],
875 if (inbuf
[all...]
/macosx-10.10.1/libxml2-26/libxml2/
H A Dxmlreader.c812 xmlBufPtr inbuf; local
822 inbuf = reader->input->buffer;
823 alloc = xmlBufGetAllocationScheme(inbuf);
826 if (xmlBufUse(inbuf) < reader->cur + CHUNK_SIZE) {
834 if (xmlBufUse(inbuf) == reader->cur) {
857 if (xmlBufUse(inbuf) >= reader->cur + CHUNK_SIZE) {
859 (const char *) xmlBufContent(inbuf) + reader->cur,
867 s = xmlBufUse(inbuf) - reader->cur;
869 (const char *) xmlBufContent(inbuf) + reader->cur,
884 (xmlBufUse(inbuf)
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dconverter.c907 char *inbuf, *outbuf; local
960 inbuf = utf8;
962 sz = iconv(ictx, (const char **)&inbuf, &inleft, &to, &outleft);
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c3639 Byte *inbuf; /* input buffer */
3696 s->stream.next_in = s->inbuf = Z_NULL;
3763 s->stream.next_in = s->inbuf = (Byte*)ALLOC(Z_BUFSIZE);
3772 if (err != Z_OK || s->inbuf == Z_NULL) {
3833 s->stream.avail_in = (uInt)fread(s->inbuf, 1, Z_BUFSIZE, s->file);
3839 s->stream.next_in = s->inbuf;
3882 if (len) s->inbuf[0] = s->stream.next_in[0];
3884 len = (uInt)fread(s->inbuf + len, 1, Z_BUFSIZE >> len, s->file);
3887 s->stream.next_in = s->inbuf;
3969 TRYFREE(s->inbuf);
[all...]

Completed in 320 milliseconds

123456