Searched refs:allocbuf (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | scp.c | 373 BUF *allocbuf(BUF *, int, int); 1128 if ((bp = allocbuf(&buffer, fd, COPY_BUFLEN)) == NULL) { in source() 1444 if ((bp = allocbuf(&buffer, ofd, COPY_BUFLEN)) == NULL) { 1701 allocbuf(BUF *bp, int fd, int blksize) function
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | encode_decode.c | 817 char allocbuf[STACK_ENV_STACKBYTES]; member 840 upb_env_init2(&se->env, se->allocbuf, sizeof(se->allocbuf), NULL); in stackenv_init()
|
/external/protobuf/php/ext/google/protobuf/ |
D | encode_decode.c | 95 char allocbuf[STACK_ENV_STACKBYTES]; member
|