Searched refs:read_line (Results 1 – 5 of 5) sorted by relevance
/reactos/modules/rostests/tests/tcpsvr/ |
H A D | tcpsvr.c | 27 int read_line(); 87 while(read_line(newSd,line)!=ERROR) { in main() 114 int read_line(int newSd, char *line_to_return) { in read_line() function
|
/reactos/dll/win32/secur32/wine/ |
H A D | dispatcher.c | 252 static SECURITY_STATUS read_line(PNegoHelper helper, int *offset_len) in read_line() function 343 if((sec_status = read_line(helper, &offset_len)) != SEC_E_OK) in run_helper()
|
/reactos/dll/directx/wine/d3dx9_36/ |
H A D | font.c | 559 static const WCHAR *read_line(HDC hdc, const WCHAR *str, unsigned int *count, in read_line() function 613 string = read_line(font->hdc, string, &count, line, &line_len, width, format, &size); in compute_rect() 726 string = read_line(font->hdc, string, &count, line, &line_len, width, format, &size); in ID3DXFontImpl_DrawTextW()
|
/reactos/dll/win32/winhttp/ |
H A D | request.c | 2530 static BOOL read_line( struct request *request, char *buffer, DWORD *len ) in read_line() function 2586 if (!read_line( request, buffer, &buflen )) return FALSE; in read_reply() 2638 if (!read_line( request, buffer, &buflen )) return TRUE; in read_reply()
|
/reactos/dll/win32/wininet/ |
H A D | http.c | 2575 static DWORD read_line( http_request_t *req, LPSTR buffer, DWORD *len ) in read_line() function 5957 if ((res = read_line(request, bufferA, &buflen))) in HTTP_GetResponseHeaders() 6019 if (!read_line(request, bufferA, &buflen) && buflen) in HTTP_GetResponseHeaders()
|