Lines Matching defs:portp
644 * Return the first host and port in hostlist (setting *hostp and *portp).
651 int *portp, struct ldap_x_hostlist_status **statusp )
654 if ( NULL == hostp || NULL == portp || NULL == statusp ) {
663 *portp = defport;
678 return( ldap_x_hostlist_next( hostp, portp, *statusp ));
682 * Return the next host and port in hostlist (setting *hostp and *portp).
688 ldap_x_hostlist_next( char **hostp, int *portp,
694 if ( NULL == hostp || NULL == portp ) {
742 *portp = atoi( q );
744 *portp = status->lhs_defport;