Home | History | Annotate | Download | only in Modules

Lines Matching refs:PyString_AS_STRING

239     zst.next_out = (Byte *)PyString_AS_STRING(result_str);

282 zst.next_out = (unsigned char *)PyString_AS_STRING(result_str) \
432 self->zst.next_out = (unsigned char *)PyString_AS_STRING(RetVal);
443 self->zst.next_out = (unsigned char *)PyString_AS_STRING(RetVal) \
490 Py_MEMCPY(PyString_AS_STRING(new_data),
491 PyString_AS_STRING(self->unused_data), old_size);
492 Py_MEMCPY(PyString_AS_STRING(new_data) + old_size,
554 self->zst.next_out = (unsigned char *)PyString_AS_STRING(RetVal);
578 self->zst.next_out = (unsigned char *)PyString_AS_STRING(RetVal) \
648 self->zst.next_out = (unsigned char *)PyString_AS_STRING(RetVal);
659 self->zst.next_out = (unsigned char *)PyString_AS_STRING(RetVal) \
834 self->zst.next_in = (Byte *)PyString_AS_STRING(self->unconsumed_tail);
836 self->zst.next_out = (Byte *)PyString_AS_STRING(retval);
847 self->zst.next_out = (Byte *)PyString_AS_STRING(retval) + length;