HomeSort by relevance Sort by last modified time
    Searched refs:aNum (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Mac/Modules/
_scproxy.c 52 CFNumberRef aNum = NULL;
68 aNum = CFDictionaryGetValue(proxyDict,
70 if (aNum == NULL) {
73 v = PyBool_FromLong(cfnum_to_int32(aNum));
130 CFNumberRef aNum;
132 aNum = CFDictionaryGetValue(proxyDict, enabledKey);
133 if (aNum && cfnum_to_int32(aNum)) {
137 aNum = CFDictionaryGetValue(proxyDict, portKey);
144 if (aNum) {
    [all...]
  /external/python/cpython3/Modules/
_scproxy.c 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) {
    [all...]

Completed in 104 milliseconds