table of contents
globus_rsl_assist(3) | globus_rsl | globus_rsl_assist(3) |
NAME¶
globus_rsl_assist - RSL Helper Functions
- RSL Helper Functions.
SYNOPSIS¶
Functions¶
int globus_rsl_assist_attributes_canonicalize (globus_rsl_t
*rsl)
Canonicalize all attribute names in an RSL parse tree. void
globus_rsl_assist_string_canonicalize (char *ptr)
Canonicalize an attribute name.
Detailed Description¶
RSL Helper Functions.
The rsl_assist library provide a set of functions to canonicalize RSL parse trees or strings.
Function Documentation¶
int globus_rsl_assist_attributes_canonicalize (globus_rsl_t * rsl)¶
Canonicalize all attribute names in an RSL parse tree. The globus_rsl_assist_attributes_canonicalize() function performs an in-place canonicalization of the RSL parse tree pointed to by its rsl parameter. All relation attribute names will be changed so that they lower-case, with all internal underscore characters removed.
Parameters
Returns
Return values
GLOBUS_FAILURE Failure
void globus_rsl_assist_string_canonicalize (char * ptr)¶
Canonicalize an attribute name. The globus_rsl_assist_string_canonicalize() function modifies the NULL-terminated string pointed to by its ptr parameter so that it is in canonical form. The canonical form is all lower-case with all underscore characters removed.
Parameters
Returns
Author¶
Generated automatically by Doxygen for globus_rsl from the source code.
Tue Jul 5 2022 | Version 11.3 |