Searched refs:putbuf (Results 1 – 5 of 5) sorted by relevance
/external/mksh/src/ |
D | edit.c | 3394 static int putbuf(const char *, ssize_t, bool); 3702 if (putbuf(ch == '/' ? "/" : "?", 1, in vi_hook() 3711 putbuf(KSH_VERSION, in vi_hook() 4247 while (putbuf(ybuf, yanklen, false) == 0 && in vi_cmd() 4260 while (putbuf(ybuf, yanklen, false) == 0 && in vi_cmd() 4513 if (putbuf(T1space, 1, false) != 0 || in vi_cmd() 4514 putbuf(sp, argcnt, false) != 0) { in vi_cmd() 4766 if (putbuf(ibuf, inslen, tobool(insert == REPLACE)) != 0) in redo_insert() 4869 return (putbuf(s, len, false)); in x_vi_putbuf() 4873 putbuf(const char *buf, ssize_t len, bool repl) in putbuf() function [all …]
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 5607 func *putbuf; 5609 putbuf = (func *)s->handler->table[UPB_STRING_SELECTOR].func; 5611 if (!putbuf) return true; 5612 return putbuf(subc, upb_handlerattr_handlerdata(
|
D | upb.c | 8630 static void putbuf(upb_pb_encoder *e, const char *buf, size_t len) { in putbuf() function 8685 putbuf(e, e->buf, e->ptr - e->buf); in commit() 8773 putbuf(e, buf, lenbytes); in end_delim() 8774 putbuf(e, ptr, s->seglen); in end_delim()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 6042 func *putbuf; 6044 putbuf = (func *)s->handler->table[UPB_STRING_SELECTOR].func; 6046 if (!putbuf) return true; 6047 return putbuf(subc, upb_handlerattr_handlerdata(
|
D | upb.c | 9341 static void putbuf(upb_pb_encoder *e, const char *buf, size_t len) { in putbuf() function 9396 putbuf(e, e->buf, e->ptr - e->buf); in commit() 9484 putbuf(e, buf, lenbytes); in end_delim() 9485 putbuf(e, ptr, s->seglen); in end_delim()
|