Home | History | Annotate | Download | only in Modules

Lines Matching refs:constdef

7402 struct constdef {

7408 conv_confname(PyObject *arg, int *valuep, struct constdef *table,
7444 static struct constdef posix_constants_pathconf[] = {
7503 / sizeof(struct constdef));
7569 static struct constdef posix_constants_confstr[] = {
7721 / sizeof(struct constdef));
7765 static struct constdef posix_constants_sysconf[] = {
8265 / sizeof(struct constdef));
8306 const struct constdef *c1 =
8307 (const struct constdef *) v1;
8308 const struct constdef *c2 =
8309 (const struct constdef *) v2;
8315 setup_confname_table(struct constdef *table, size_t tablesize,
8321 qsort(table, tablesize, sizeof(struct constdef), cmp_constdefs);
8345 / sizeof(struct constdef),
8352 / sizeof(struct constdef),
8359 / sizeof(struct constdef),