Searched refs:endOrgCStr (Results 1 – 1 of 1) sorted by relevance
6564 const char * endOrgCStr; in launchUserServer() local6568 (endOrgCStr = strchr(bundleIDCStr, '.')) && (endOrgCStr = strchr(endOrgCStr + 1, '.')); in launchUserServer()6569 …reuseIfExists = endOrgCStr && (0 == strncmp(bundleIDCStr, serverNameCStr, endOrgCStr + 1 - bundleI… in launchUserServer()