Lines Matching refs:strstr
190 const char *postData = strstr(request, "\r\n\r\n"); in respond()
620 else if(strstr(post, "enableSSE=on")) in parsePost()
624 else if(strstr(post, "enableSSE2=on")) in parsePost()
631 else if(strstr(post, "enableSSE3=on")) in parsePost()
638 else if(strstr(post, "enableSSSE3=on")) in parsePost()
645 else if(strstr(post, "enableSSE4_1=on")) in parsePost()
656 else if(strstr(post, "disableServer=on")) in parsePost()
660 else if(strstr(post, "forceWindowed=on")) in parsePost()
664 else if(strstr(post, "complementaryDepthBuffer=on")) in parsePost()
668 else if(strstr(post, "postBlendSRGB=on")) in parsePost()
672 else if(strstr(post, "exactColorRounding=on")) in parsePost()
676 else if(strstr(post, "disableAlphaMode=on")) in parsePost()
680 else if(strstr(post, "disable10BitMode=on")) in parsePost()
684 else if(strstr(post, "precache=on")) in parsePost()
688 else if(strstr(post, "forceClearRegisters=on")) in parsePost()