Lines Matching refs:strstr
191 const char *postData = strstr(request, "\r\n\r\n"); in respond()
621 else if(strstr(post, "enableSSE=on")) in parsePost()
625 else if(strstr(post, "enableSSE2=on")) in parsePost()
632 else if(strstr(post, "enableSSE3=on")) in parsePost()
639 else if(strstr(post, "enableSSSE3=on")) in parsePost()
646 else if(strstr(post, "enableSSE4_1=on")) in parsePost()
657 else if(strstr(post, "disableServer=on")) in parsePost()
661 else if(strstr(post, "forceWindowed=on")) in parsePost()
665 else if(strstr(post, "complementaryDepthBuffer=on")) in parsePost()
669 else if(strstr(post, "postBlendSRGB=on")) in parsePost()
673 else if(strstr(post, "exactColorRounding=on")) in parsePost()
677 else if(strstr(post, "disableAlphaMode=on")) in parsePost()
681 else if(strstr(post, "disable10BitMode=on")) in parsePost()
685 else if(strstr(post, "precache=on")) in parsePost()
689 else if(strstr(post, "forceClearRegisters=on")) in parsePost()