HomeSort by: relevance | last modified time | path
    Searched defs:attributeNameObj (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/ldaptcl/
neoXldap.c 195 Tcl_Obj *attributeNameObj;
215 attributeNameObj = Tcl_NewObj();
216 Tcl_IncrRefCount (attributeNameObj);
236 Tcl_SetStringObj(attributeNameObj, attributeName, -1);
257 attributeNameObj,
264 Tcl_DecrRefCount (attributeNameObj);

Completed in 49 milliseconds