.TH "RSL Parsing" 3 "Wed Jan 25 2012" "Version 9.1" "globus rsl" \" -*- nroff -*- .ad l .nh .SH NAME RSL Parsing \- .SS "Functions" .in +1c .ti -1c .RI "globus_rsl_t * \fBglobus_rsl_parse\fP (char *buf)" .br .in -1c .SH "Function Documentation" .PP .SS "globus_rsl_t* \fBglobus_rsl_parse\fP (char *buf)" .PP Parse an RSL string\&. The \fBglobus_rsl_parse()\fP function parses the string pointed to by the \fIbuf\fP parameter into an RSL syntax tree\&. The caller is responsible for freeing that tree by calling \fBglobus_rsl_free_recursive()\fP\&. .PP \fBParameters:\fP .RS 4 \fIbuf\fP A NULL-terminated string that contains an RSL relation or boolean composition\&. .RE .PP \fBReturns:\fP .RS 4 Upon success, the \fBglobus_rsl_parse()\fP function returns the parse tree generated by processing its input\&. If an error occurs, \fBglobus_rsl_parse()\fP returns NULL\&. .RE .PP .SH "Author" .PP Generated automatically by Doxygen for globus rsl from the source code\&.