Searched refs:curentry (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/mpl/dhcp/dist/contrib/ldap/
H A Ddhcpd-conf-to-ldap140 $curentry{'current_dn'} = $current_dn;
161 if (%curentry) {
162 $curentry{'current_dn'} = $current_dn;
163 push(@entrystack, {%curentry});
164 undef(%curentry);
171 if (%curentry) {
172 push(@outputlist, {%curentry});
175 %curentry = %$rentry if $rentry;
182 return if (scalar keys %curentry == 0);
184 if (!defined ($curentry{'typ
[all...]

Completed in 76 milliseconds