Home
last modified time | relevance | path

Searched refs:amlen (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_val.c292 int amlen = val[c].val[i].length; in cloneValue() local
308 if (n[c].type == vt_string && amlen > 0 && in cloneValue()
309 ((char *)val[c].val[i].value)[amlen-1] != in cloneValue()
311 amlen++; in cloneValue()
313 n[c].val[i].value = am(myself, amlen); in cloneValue()
314 if (amlen > 0 && n[c].val[i].value == 0) { in cloneValue()