/external/expat/xmlwf/ |
unixfilemap.c | 47 #include "filemap.h" 56 filemap(const tchar *name, function
|
readfilemap.c | 77 #include "filemap.h" 80 filemap(const tchar *name, function
|
win32filemap.c | 49 #include "filemap.h" 54 filemap(const TCHAR *name, function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
_hotshot.c | 76 PyObject *filemap;
member in struct:__anon5669 776 obj = PyDict_GetItem(self->filemap, fcode->co_filename);
788 if (PyDict_SetItem(self->filemap, fcode->co_filename, obj)) {
1165 Py_XDECREF(self->filemap);
[all...] |
/external/python/cpython2/Modules/ |
_hotshot.c | 76 PyObject *filemap; member in struct:__anon36635 780 obj = PyDict_GetItem(self->filemap, fcode->co_filename); 792 if (PyDict_SetItem(self->filemap, fcode->co_filename, obj)) { 1169 Py_XDECREF(self->filemap); [all...] |
/external/libmtp/src/ |
libmtp.c | 292 filemap_t *filemap; local 294 filemap = (filemap_t *)malloc(sizeof(filemap_t)); 296 if( filemap != NULL ) { 297 filemap->description = NULL; 298 filemap->id = LIBMTP_FILETYPE_UNKNOWN; 299 filemap->ptp_id = PTP_OFC_Undefined; 300 filemap->next = NULL; 303 return filemap; [all...] |