Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBUtil.php48 $match = $match == strtoupper($match) ? strtolower($match) : lcfirst($match);
293 if (array_key_exists(strtolower($classname), $reserved_words)) {
/third_party/libwebsockets/lib/roles/ws/
Dclient-ws.c32 strtolower(char *s) in strtolower() function
285 strtolower(p); in lws_client_ws_upgrade()