Searched refs:strProtocol (Results 1 – 4 of 4) sorted by relevance
1511 rtl_String* strProtocol=NULL; in osl_getServicePort() local1527 rtl_uString2String( &strProtocol, in osl_getServicePort()1532 pszProtocol = rtl_string_getStr(strProtocol); in osl_getServicePort()1542 if ( strProtocol != NULL ) in osl_getServicePort()1544 rtl_string_release(strProtocol); in osl_getServicePort()
1532 rtl_String* strProtocol=NULL; in osl_getServicePort() local1548 rtl_uString2String( &strProtocol, in osl_getServicePort()1553 pszProtocol = rtl_string_getStr(strProtocol); in osl_getServicePort()1563 if ( strProtocol != NULL ) in osl_getServicePort()1565 rtl_string_release(strProtocol); in osl_getServicePort()
1001 rtl_uString* strProtocol) in osl_getServicePort() argument1015 rtl_uString_getStr(strProtocol), in osl_getServicePort()1016 rtl_uString_getLength(strProtocol), in osl_getServicePort()
268 sal_Int32 SAL_CALL osl_getServicePort(rtl_uString *strServicename, rtl_uString *strProtocol);
Completed in 51 milliseconds