Home | History | Annotate | Download | only in Modules

Lines Matching defs:vptr

690     char *vptr;

773 vptr = strchr(buf, ':');
774 if (vptr == NULL)
779 v = PyString_FromStringAndSize(buf, (vptr - buf));
785 v = PyString_FromStringAndSize((vptr + 1), (len - (vptr - buf + 1)));