Lines Matching +full:read +full:- +full:out

6  * (c) NLnet Labs, 2005-2006
29 * Contains some low-level parsing functions, mostly used in the _frm_str
50 * \param[in] *f the file to read from
51 * \param[out] *token the read token is put here
53 * \param[in] *limit how much to read. If 0 the builtin maximum is used
54 * \return 0 on error of EOF of the stream F. Otherwise return the length of what is read
62 * \param[in] *f the file to read from
63 * \param[out] *token the token is put here
65 * \param[in] *limit how much to read. If 0 use builtin maximum
67 * \return 0 on error of EOF of F otherwise return the length of what is read
75 * \param[in] *b the buffer to read from
76 * \param[out] *token the token is put here
78 * \param[in] *limit how much to read. If 0 the builtin maximum is used
82 * the entire parenthesized string is read in.
85 * \returns 0 on error of EOF of b. Otherwise return the length of what is read
93 * \param[in] *b the buffer to read from
94 * \param[out] *token the token is put here
96 * \param[in] *limit how much to read. If 0 the builtin maximum is used
97 * \returns 0 on error of EOF of b. Otherwise return the length of what is read
104 * \param[in] f file pointer to read from
107 * \param[out] data the data found
110 * \return the number of character read
117 * \param[in] f file pointer to read from
120 * \param[out] data the data found
125 * \return the number of character read
132 * \param[in] b buffer pointer to read from
135 * \param[out] data the data found
138 * \return the number of character read
146 * \param[in] *buffer buffer to read from