Searched refs:p_convertCFNumberToInt (Results 1 – 3 of 3) sorted by relevance
46 bool p_convertCFNumberToInt(CFNumberRef cfn, int* i) { in p_convertCFNumberToInt() function150 bool converted = p_convertCFNumberToInt(cfn, &asInt); in p_isCFNumberTrue()
32 bool p_convertCFNumberToInt(CFNumberRef cfn, int* i);
986 converted = p_convertCFNumberToInt(portCFNum, &port); in p_getProxyInfoForTypeFromDictWithKeys()1216 p_convertCFNumberToInt(proxy_port, &port)) { in GetiOSProxySettings()