Lines Matching refs:skel

36 /* What is a skel?  */
47 A `skeleton' (or `skel') is either an atom, or a list. A list may
51 Here's a description of the syntax of a skel:
82 /* The `skel' structure. */
85 as a skel. */
101 null-terminated linked list of skel objects representing the
115 skel, and return a skel object allocated from POOL describing its
119 The returned skel objects point into the block indicated by DATA
125 /* Create an atom skel whose contents are the C string STR, allocated
130 /* Create an atom skel whose contents are the LEN bytes at ADDR,
136 /* Create an empty list skel, allocated from POOL. */
139 /* Duplicates the skel structure SRC_SKEL and if DUP_DATA is true also the
146 void svn_skel__prepend(svn_skel_t *skel, svn_skel_t *list);
153 void svn_skel__append(svn_skel_t *list, svn_skel_t *skel);
156 /* Create an atom skel whose contents are the string representation
160 svn_skel_t *skel,
164 /* Create an atom skel (allocated from RESULT_POOL) whose contents refer
170 svn_skel_t *skel,
177 svn_skel__parse_int(apr_int64_t *n, const svn_skel_t *skel,
183 svn_stringbuf_t *svn_skel__unparse(const svn_skel_t *skel, apr_pool_t *pool);
187 svn_boolean_t svn_skel__matches_atom(const svn_skel_t *skel, const char *str);
190 /* Return the length of the list skel SKEL. Atoms have a length of -1. */
191 int svn_skel__list_length(const svn_skel_t *skel);
199 const svn_skel_t *skel,
207 const svn_skel_t *skel,
214 const svn_skel_t *skel,
219 svn_string_t * values) into a `PROPLIST' skel *SKEL_P. Use POOL
227 svn_prop_inherited_item_t * structures, into a `IPROPS' skel *SKEL_P.