Lines Matching defs:getaline
181 static int getaline(http_conn_t *, char *, int, boolean_t);
946 i = getaline(c_id, line, sizeof (line), B_FALSE);
1151 while ((i = getaline(c_id, line, sizeof (line), B_TRUE)) == 0 &&
2288 * which is called by getaline().
2303 while ((n = getaline(c_id, line, sizeof (line), bread)) > 0) {
2435 ok = ((i = getaline(c_id, line, sizeof (line), B_FALSE)) == 0);
2439 i = getaline(c_id, line, sizeof (line), B_FALSE);
2624 * getaline - Get lines of data from the HTTP response, up to 'len' bytes.
2647 getaline(http_conn_t *c_id, char *line, int len, boolean_t bread)
2729 * resemble getaline().