Home
last modified time | relevance | path

Searched refs:prof_length (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/glx/
Dclientinfo.c35 const unsigned prof_length = strlen("_profile"); in __glX_send_client_info() local
102 if (strncmp(match, "_profile", prof_length) == 0 in __glX_send_client_info()
103 && (match[prof_length] == '\0' in __glX_send_client_info()
104 || match[prof_length] == ' ')) { in __glX_send_client_info()
106 match += prof_length; in __glX_send_client_info()