Searched refs:defaultLocation_storage (Results 1 – 1 of 1) sorted by relevance
139 AEDesc *defaultLocation_storage; in filldialogoptions() local150 if ( (defaultLocation_storage = PyMem_NEW(AEDesc, 1)) == NULL ) { in filldialogoptions()154 if ( !PyArg_Parse(value, "O&", AEDesc_Convert, defaultLocation_storage) ) { in filldialogoptions()155 PyMem_DEL(defaultLocation_storage); in filldialogoptions()158 *defaultLocationP = defaultLocation_storage; in filldialogoptions()