/third_party/mesa3d/src/util/ |
D | memstream.c | 31 u_memstream_open(struct u_memstream *mem, char **bufp, size_t *sizep) in u_memstream_open() argument 48 mem->sizep = sizep; in u_memstream_open() 57 FILE *const f = open_memstream(bufp, sizep); in u_memstream_open() 76 *mem->sizep = size; in u_memstream_close()
|
D | memstream.h | 46 size_t *sizep; member 52 u_memstream_open(struct u_memstream *mem, char **bufp, size_t *sizep);
|
/third_party/musl/src/stdio/ |
D | open_wmemstream.c | 11 size_t *sizep; member 59 *c->sizep = c->pos; in wms_write() 68 FILE *open_wmemstream(wchar_t **bufp, size_t *sizep) in open_wmemstream() argument 83 f->c.sizep = sizep; in open_wmemstream() 84 f->c.pos = f->c.len = f->c.space = *sizep = 0; in open_wmemstream()
|
D | open_memstream.c | 10 size_t *sizep; member 57 *c->sizep = c->pos; in ms_write() 66 FILE *open_memstream(char **bufp, size_t *sizep) in open_memstream() argument 81 f->c.sizep = sizep; in open_memstream() 82 f->c.pos = f->c.len = f->c.space = *sizep = 0; in open_memstream()
|
D | ext2.c | 9 const char *__freadptr(FILE *f, size_t *sizep) in __freadptr() argument 12 *sizep = f->rend - f->rpos; in __freadptr()
|
/third_party/musl/porting/liteos_a/user/src/stdio/ |
D | open_wmemstream.c | 12 size_t *sizep; member 60 *c->sizep = c->pos; in wms_write() 69 FILE *open_wmemstream(wchar_t **bufp, size_t *sizep) in open_wmemstream() argument 85 f->c.sizep = sizep; in open_wmemstream() 86 f->c.pos = f->c.len = f->c.space = *sizep = 0; in open_wmemstream()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | message_factory.cc | 45 #define PyString_AsStringAndSize(ob, charpp, sizep) \ argument 47 PyUnicode_AsUTF8AndSize(ob, (sizep)))) == NULL \ 50 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
|
D | extension_dict.cc | 54 #define PyString_AsStringAndSize(ob, charpp, sizep) \ argument 56 PyUnicode_AsUTF8AndSize(ob, (sizep)))) == NULL \ 59 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
|
D | descriptor_pool.cc | 51 #define PyString_AsStringAndSize(ob, charpp, sizep) \ argument 53 PyUnicode_AsUTF8AndSize(ob, (sizep)))) == NULL \ 56 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
|
D | descriptor_containers.cc | 67 #define PyString_AsStringAndSize(ob, charpp, sizep) \ argument 69 PyUnicode_AsUTF8AndSize(ob, (sizep)))) == NULL \ 72 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
|
D | descriptor.cc | 58 #define PyString_AsStringAndSize(ob, charpp, sizep) \ argument 60 PyUnicode_AsUTF8AndSize(ob, (sizep)))) == NULL \ 63 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
|
D | message.cc | 92 #define PyString_AsStringAndSize(ob, charpp, sizep) \ argument 94 PyUnicode_AsUTF8AndSize(ob, (sizep)))) == NULL \ 97 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_hid.c | 788 void **descp, uint16_t *sizep, in usbd_req_get_hid_desc() argument 804 *sizep = UGETW(hid->descrs[0].wDescriptorLength); in usbd_req_get_hid_desc() 805 if (*sizep == 0) { in usbd_req_get_hid_desc() 811 *descp = zalloc(*sizep); in usbd_req_get_hid_desc() 820 (udev, mtx, *descp, *sizep, iface_index); in usbd_req_get_hid_desc()
|
D | usbhid.h | 265 void **descp, uint16_t *sizep, struct malloc_type *mem,
|
/third_party/gettext/gettext-tools/src/ |
D | write-qt.c | 314 conv_to_utf16 (const char *string, size_t *sizep) in conv_to_utf16() argument 339 *sizep = q - result; in conv_to_utf16()
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | tdbtool.c | 535 static char *convert_string(char *instring, size_t *sizep) in convert_string() argument 563 *sizep = length; in convert_string()
|