Lines Matching defs:buf
1433 memcpy(PyBytes_AS_STRING(result), va.buf, va.len);
1434 memcpy(PyBytes_AS_STRING(result) + va.len, vb.buf, vb.len);
1743 sub = vsub.buf;
1774 sep->obj, (const char *)sep->buf, sep->len
1801 sep->obj, (const char *)sep->buf, sep->len
1828 sub = vsub.buf;
1906 sep = vsep.buf;
2078 table_chars = table_view.buf;
2099 del_table_chars = del_table_view.buf;
2214 (const char *)old->buf, old->len,
2215 (const char *)new->buf, new->len, count);
2238 const char *prefix_start = prefix->buf;
2276 const char *suffix_start = suffix->buf;
2381 char *buf;
2413 buf = _PyBytesWriter_Alloc(&writer, hexlen / 2);
2414 if (buf == NULL)
2442 *buf++ = (unsigned char)((top << 4) + bot);
2445 return _PyBytesWriter_Finish(&writer, buf);
3012 memcpy(PyBytes_AS_STRING(*pv) + oldsize, wb.buf, wb.len);