Lines Matching full:countp
7956 unsigned int countp;7962 err = self->db_env->repmgr_site_list(self->db_env, &countp, &listp);7972 for(;countp--;) {7973 key=NUMBER_FromLong(listp[countp].eid);7979 tuple=Py_BuildValue("(sII)", listp[countp].host,7980 listp[countp].port, listp[countp].status);