Searched refs:prof_length (Results 1 – 1 of 1) sorted by relevance
35 const unsigned prof_length = strlen("_profile"); in __glX_send_client_info() local102 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()