Home
last modified time | relevance | path

Searched refs:allvalues (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Mac/Modules/cf/
Dpycfbridge.c61 CFTypeRef *allkeys = NULL, *allvalues = NULL; in PyCF_CF2Python_mapping() local
71 allvalues = malloc(size*sizeof(CFTypeRef *)); in PyCF_CF2Python_mapping()
72 if (allvalues == NULL) { in PyCF_CF2Python_mapping()
77 CFDictionaryGetKeysAndValues(src, allkeys, allvalues); in PyCF_CF2Python_mapping()
80 value_cf = allvalues[i]; in PyCF_CF2Python_mapping()
95 free(allvalues); in PyCF_CF2Python_mapping()