Home
last modified time | relevance | path

Searched refs:putbuf (Results 1 - 4 of 4) sorted by relevance

/third_party/mksh/
H A Dedit.c3461 static int putbuf(const char *, ssize_t, bool);
3772 if (putbuf(ord(ch) == ORD('/') ? in vi_hook()
3781 putbuf(KSH_VERSION, in vi_hook()
4320 while (putbuf(ybuf, yanklen, false) == 0 && in vi_cmd()
4333 while (putbuf(ybuf, yanklen, false) == 0 && in vi_cmd()
4579 if (putbuf(T1space, 1, false) != 0 || in vi_cmd()
4580 putbuf(sp, argcnt, false) != 0) { in vi_cmd()
4832 if (putbuf(ibuf, inslen, tobool(insert == REPLACE)) != 0) in redo_insert()
4935 return (putbuf(s, len, false)); in x_vi_putbuf()
4939 putbuf(cons function
[all...]
/third_party/ffmpeg/libavformat/
H A Dmpegtsenc.c285 static void putbuf(uint8_t **q_ptr, const uint8_t *buf, size_t len) in putbuf() function
827 putbuf(&q, tag, strlen(tag)); in mpegts_write_pmt()
829 putbuf(&q, tag, strlen(tag)); in mpegts_write_pmt()
876 putbuf(&q, service->provider_name, service->provider_name[0] + 1); in mpegts_write_sdt()
877 putbuf(&q, service->name, service->name[0] + 1); in mpegts_write_sdt()
902 putbuf(&q, ts->provider_name, ts->provider_name[0] + 1); in mpegts_write_nit()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h5623 func *putbuf; in upb_bytessink_putbuf() local
5625 putbuf = (func *)s.handler->table[UPB_STRING_SELECTOR].func; in upb_bytessink_putbuf()
5627 if (!putbuf) return true; in upb_bytessink_putbuf()
5628 return putbuf(subc, s.handler->table[UPB_STRING_SELECTOR].attr.handler_data, in upb_bytessink_putbuf()
H A Dupb.c8110 static void putbuf(upb_pb_encoder *e, const char *buf, size_t len) { in putbuf() function
8165 putbuf(e, e->buf, e->ptr - e->buf); in commit()
8253 putbuf(e, buf, lenbytes); in end_delim()
8254 putbuf(e, ptr, s->seglen); in end_delim()

Completed in 77 milliseconds