Lines Matching refs:result
147 * and uses these for the result.
150 * @param ret pre-allocated struct where to store the result
153 * @param result pointer to a hostent pointer that is set to ret on success
162 size_t buflen, struct hostent **result, int *h_errnop)
175 if (result == NULL) {
180 /* first thing to do: set *result to nothing */
181 *result = NULL;
220 /* set result != NULL */
221 *result = ret;
251 * Memory for the result is allocated internally and must be freed by calling
262 * @param res pointer to a pointer where to store the result (set to NULL on failure)