Home
last modified time | relevance | path

Searched refs:putbuf (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dsink.h427 func *putbuf; in upb_bytessink_putbuf() local
429 putbuf = (func *)s.handler->table[UPB_STRING_SELECTOR].func; in upb_bytessink_putbuf()
431 if (!putbuf) return true; in upb_bytessink_putbuf()
432 return putbuf(subc, s.handler->table[UPB_STRING_SELECTOR].attr.handler_data, in upb_bytessink_putbuf()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dencoder.c130 static void putbuf(upb_pb_encoder *e, const char *buf, size_t len) { in putbuf() function
185 putbuf(e, e->buf, e->ptr - e->buf); in commit()
273 putbuf(e, buf, lenbytes); in end_delim()
274 putbuf(e, ptr, s->seglen); in end_delim()
/external/mksh/src/
Dedit.c3426 static int putbuf(const char *, ssize_t, bool);
3738 if (putbuf(ord(ch) == ORD('/') ? in vi_hook()
3747 putbuf(KSH_VERSION, in vi_hook()
4285 while (putbuf(ybuf, yanklen, false) == 0 && in vi_cmd()
4298 while (putbuf(ybuf, yanklen, false) == 0 && in vi_cmd()
4551 if (putbuf(T1space, 1, false) != 0 || in vi_cmd()
4552 putbuf(sp, argcnt, false) != 0) { in vi_cmd()
4804 if (putbuf(ibuf, inslen, tobool(insert == REPLACE)) != 0) in redo_insert()
4907 return (putbuf(s, len, false)); in x_vi_putbuf()
4911 putbuf(const char *buf, ssize_t len, bool repl) in putbuf() function
[all …]
/external/protobuf/php/ext/google/protobuf/
Dupb.h6061 func *putbuf;
6063 putbuf = (func *)s.handler->table[UPB_STRING_SELECTOR].func;
6065 if (!putbuf) return true;
6066 return putbuf(subc, s.handler->table[UPB_STRING_SELECTOR].attr.handler_data,
Dupb.c7928 static void putbuf(upb_pb_encoder *e, const char *buf, size_t len) { in putbuf() function
7983 putbuf(e, e->buf, e->ptr - e->buf); in commit()
8071 putbuf(e, buf, lenbytes); in end_delim()
8072 putbuf(e, ptr, s->seglen); in end_delim()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h6324 func *putbuf;
6326 putbuf = (func *)s->handler->table[UPB_STRING_SELECTOR].func;
6328 if (!putbuf) return true;
6329 return putbuf(subc, upb_handlerattr_handlerdata(
Dupb.c11698 static void putbuf(upb_pb_encoder *e, const char *buf, size_t len) { in putbuf() function
11753 putbuf(e, e->buf, e->ptr - e->buf); in commit()
11841 putbuf(e, buf, lenbytes); in end_delim()
11842 putbuf(e, ptr, s->seglen); in end_delim()