Lines Matching defs:count
904 Py_ssize_t count;
916 count = convertbuffer(arg, (const void **)p, &buf);
917 if (count < 0)
922 *psize = count;
925 if (strlen(*p) != (size_t)count) {
983 Py_ssize_t count = convertbuffer(arg, p, &buf);
984 if (count < 0)
986 *psize = count;
1338 Py_ssize_t count;
1350 count = view.len;
1353 return count;
1656 /* scan kwlist and count the number of positional-only parameters */
1919 /* scan keywords and count the number of positional-only parameters */