Provided by: libglobus-rsl-doc_9.1-4_all 

NAME
RSL Parsing -
Functions
globus_rsl_t * globus_rsl_parse (char *buf)
Detailed Description
Function Documentation
globus_rsl_t* globus_rsl_parse (char *buf)
Parse an RSL string.
The globus_rsl_parse() function parses the string pointed to by
the @a buf parameter into an RSL syntax tree. The caller is responsible
for freeing that tree by calling globus_rsl_free_recursive().
Parameters:
buf A NULL-terminated string that contains an RSL relation or boolean composition.
Returns:
Upon success, the globus_rsl_parse() function returns the parse tree generated by processing its
input. If an error occurs, globus_rsl_parse() returns NULL.
Author
Generated automatically by Doxygen for globus rsl from the source code.
Version 9.1 Fri Nov 22 2013 RSL Parsing(3)