Lines Matching defs:aNum
59 CFNumberRef aNum = NULL;
76 aNum = CFDictionaryGetValue(proxyDict,
78 if (aNum == NULL) {
81 v = PyBool_FromLong(cfnum_to_int32(aNum));
135 CFNumberRef aNum;
137 aNum = CFDictionaryGetValue(proxyDict, enabledKey);
138 if (aNum && cfnum_to_int32(aNum)) {
142 aNum = CFDictionaryGetValue(proxyDict, portKey);
149 if (aNum) {
150 int32_t port = cfnum_to_int32(aNum);