Home | History | Annotate | Download | only in Modules

Lines Matching full:pvalue

278 unpack_packed_int(LogReaderObject *self, int *pvalue, int discard)
295 *pvalue = accum;
304 unpack_string(LogReaderObject *self, PyObject **pvalue)
329 *pvalue = PyString_FromStringAndSize(buf, len);
331 if (*pvalue == NULL) {