Home | History | Annotate | Download | only in Modules

Lines Matching refs:PyString_AS_STRING

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

276 zst.next_out = (unsigned char *)PyString_AS_STRING(result_str) \
426 self->zst.next_out = (unsigned char *)PyString_AS_STRING(RetVal);
437 self->zst.next_out = (unsigned char *)PyString_AS_STRING(RetVal) \
505 self->zst.next_out = (unsigned char *)PyString_AS_STRING(RetVal);
529 self->zst.next_out = (unsigned char *)PyString_AS_STRING(RetVal) \
622 self->zst.next_out = (unsigned char *)PyString_AS_STRING(RetVal);
633 self->zst.next_out = (unsigned char *)PyString_AS_STRING(RetVal) \
808 self->zst.next_out = (Byte *)PyString_AS_STRING(retval);
819 self->zst.next_out = (Byte *)PyString_AS_STRING(retval) + length;