Lines Matching defs:attributes
603 /* Get the attributes and write them to the client */
832 * ldap://<hostname>:<port>/<base_dn>?<attributes>?<scope>?<filter>?<ext>
838 * ldap://<hostname>:<port>/?<attributes>?<scope>?<filter>
914 /* Parse the attributes. skip "??" */
920 char **attributes;
923 /* Split the string into an array of attributes */
924 if(!split_str(p, &attributes, &count)) {
937 free(attributes);
948 LDAP_TRACE(("attr[%zu] '%s'\n", i, attributes[i]));
951 result = Curl_urldecode(attributes[i], 0, &unescaped, NULL,
954 free(attributes);
969 free(attributes);
982 free(attributes);