Lines Matching refs:next
1149 char * next = ptr; in handle_http() local
1151 while( ( *next != 0 ) && ( isspace( *next ) == 0 ) ) in handle_http()
1153 next++; in handle_http()
1156 while( isspace( *next ) != 0 ) in handle_http()
1159 *next = 0; in handle_http()
1160 next++; in handle_http()
1163 pcFileName = next; in handle_http()
1165 while( ( *next != 0 ) && ( isspace( *next ) == 0 ) ) in handle_http()
1167 next++; in handle_http()
1170 while( isspace( *next ) != 0 ) in handle_http()
1173 *next = 0; in handle_http()
1174 next++; in handle_http()
1177 if( isdigit( *next ) ) in handle_http()
1179 ( void ) sscanf( next, "%u", &portNr ); in handle_http()