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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_aix.c 171 static void *staticmodlistptr = NULL; local
173 if (!staticmodlistptr)
174 if (aix_getoldmodules(&staticmodlistptr) == -1)
  /external/python/cpython2/Python/
dynload_aix.c 171 static void *staticmodlistptr = NULL; local
173 if (!staticmodlistptr)
174 if (aix_getoldmodules(&staticmodlistptr) == -1)
  /external/python/cpython3/Python/
dynload_aix.c 172 static void *staticmodlistptr = NULL; local
174 if (!staticmodlistptr)
175 if (aix_getoldmodules(&staticmodlistptr) == -1)

Completed in 924 milliseconds