Lines Matching refs:function
29 cleaning up are declared at the top of the function, and
35 * If the function is to return a libxl error value, `rc' is
39 * There is only one error cleanup path out of the function. It
48 * Function calls which might fail (ie most function calls) are
54 * If a resource is freed in the main body of the function (for
60 function.
67 applicable _r function parameter (or equivalent). Do not test `rc' in
127 global variables are a must. To call a global function "foo" is a
131 have descriptive names, as do global functions. If you have a function
135 Encoding the type of a function into the name (so-called Hungarian
152 Variables, type names and function names are
154 Xl should avoid using libxl_ and libxl__ as prefix for its own function
192 An exception is the opening brace for a function; for reasons of tradition