Home | History | Annotate | Download | only in Python

Lines Matching full:p_format

406    On entry, *p_format points to the character _after_ the opening '('.
407 On successful exit, *p_format points to the closing ')'.
409 *p_format and *p_va are updated,
413 *p_format is unchanged,
424 converttuple(PyObject *arg, const char **p_format, va_list *p_va, int flags,
430 const char *format = *p_format;
470 format = *p_format;
492 *p_format = format;
500 convertitem(PyObject *arg, const char **p_format, va_list *p_va, int flags,
504 const char *format = *p_format;
520 *p_format = format;
600 convertsimple(PyObject *arg, const char **p_format, va_list *p_va, int flags,
620 const char *format = *p_format;
1386 *p_format = format;
1717 skipitem(const char **p_format, va_list *p_va, int flags)
1719 const char *format = *p_format;
1845 *p_format = format;