Home | History | Annotate | Download | only in Modules

Lines Matching full:num_matches

73                                    int num_matches, int max_length);
936 int num_matches, int max_length)
943 m = PyList_New(num_matches);
946 for (i = 0; i < num_matches; i++) {