Searched defs:attrs_len (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Durl.c578 size_t attrs_len = 0; local
603 attrs_len = strlen(attrs) + 2; /* for comma and NULL */
614 if ((url2 = (char *)malloc(attrs_len + scope_len +

Completed in 58 milliseconds