Lines Matching refs:attrs
185 char *urlcopy, *attrs, *scope, *extensions = NULL, *p, *q;
278 attrs = NULL;
280 ( attrs = strchr( ludp->lud_dn, '?' )) != NULL ) {
281 /* terminate dn; point to start of attrs. */
282 *attrs++ = '\0';
284 /* scan for '?' that marks end of attrs and begin. of scope */
285 if (( p = strchr( attrs, '?' )) != NULL ) {
287 * terminate attrs; point to start of scope and scan for
335 * if attrs list was included, turn it into a null-terminated array
337 if ( attrs != NULL && *attrs != '\0' ) {
338 nsldapi_hex_unescape( attrs );
339 for ( nattrs = 1, p = attrs; *p != '\0'; ++p ) {
351 for ( i = 0, p = attrs; i < nattrs; ++i ) {
554 * If attrs is not NULL then it is appended to the URL's attribute list.
567 char *attrs,
600 if (attrs || scope || filter) {
602 if (attrs)
603 attrs_len = strlen(attrs) + 2; /* for comma and NULL */
634 if (attrs) {
635 while (*attrs) {
636 *cp2++ = *attrs++;
650 if (attrs) {
652 while (*attrs) {
653 *cp2++ = *attrs++;
660 if (attrs) {
662 while (*attrs) {
663 *cp2++ = *attrs++;
805 char *attrs[2] = {"labeledURI", 0};
817 "(objectClass=*)", attrs, 0, &res) == LDAP_SUCCESS) {