Searched refs:eof_flag (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dsecurity.c255 if(conn->in_buffer.eof_flag) {
256 conn->in_buffer.eof_flag = 0;
270 conn->in_buffer.eof_flag = 1;
599 conn->in_buffer.eof_flag = 0;
H A Durldata.h203 int eof_flag; member in struct:krb4buffer
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c313 /* eof_flag=1: last char in ->p is really an EOF */
314 char eof_flag; /* meaningless if ->p == NULL */ member in struct:in_str
1139 i->eof_flag = (r < 0);
1140 if (i->eof_flag) { /* EOF/error detected */
1149 i->eof_flag = (r == EOF);
1167 if (i->eof_flag && !*i->p)
1199 if (i->eof_flag && !i->p[1])
1204 i->eof_flag = (ch == EOF);
1233 i->eof_flag = 0;

Completed in 170 milliseconds