Home | History | Annotate | Download | only in libxml2

Lines Matching refs:user

2903  * @user:  Value supplied by the user
2908 xmlWalkRemoveRef(const void *data, const void *user)
2911 xmlAttrPtr attr1 = ((xmlRemoveMemoPtr)user)->ap;
2912 xmlListPtr ref_list = ((xmlRemoveMemoPtr)user)->l;
2923 * @data0: Value supplied by the user
2924 * @data1: Value supplied by the user
6561 * @user: Value supplied by the user
6566 xmlWalkValidateList(const void *data, const void *user)
6568 xmlValidateMemoPtr memo = (xmlValidateMemoPtr)user;