Searched refs:toc_entry (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython2/Launcher/
H A Dlauncher_internal.cpp31 /* Given a path to a Zip file and a toc_entry, return the (uncompressed)
33 PyObject *get_data(const char *archive, PyObject *toc_entry);
82 PyObject *toc_entry; local
84 toc_entry = PyDict_GetItemString(files, ENTRYPOINT_FILE);
85 if (toc_entry == NULL) {
90 py_data = get_data(launcher_path, toc_entry);
/external/python/cpython2/Modules/
H A Dzipimport.c40 PyObject *files; /* dict with file info {path: toc_entry} */
50 PyObject *get_data(const char *archive, PyObject *toc_entry);
428 PyObject *toc_entry; local
453 toc_entry = PyDict_GetItemString(self->files, path);
454 if (toc_entry == NULL) {
458 return get_data(PyString_AsString(self->archive), toc_entry);
477 PyObject *toc_entry; local
506 toc_entry = PyDict_GetItemString(self->files, path);
507 if (toc_entry != NULL)
508 return get_data(PyString_AsString(self->archive), toc_entry);
918 get_data(const char *archive, PyObject *toc_entry) argument
1182 PyObject *toc_entry; local
1204 get_code_from_data(ZipImporter *self, int ispackage, int isbytecode, time_t mtime, PyObject *toc_entry) argument
1236 PyObject *toc_entry; local
[all...]
/external/python/cpython3/Modules/
H A Dzipimport.c44 PyObject *files; /* dict with file info {path: toc_entry} */
53 static PyObject *get_data(PyObject *archive, PyObject *toc_entry);
576 PyObject *toc_entry; local
604 toc_entry = PyDict_GetItem(self->files, key);
605 if (toc_entry == NULL) {
612 return get_data(self->archive, toc_entry);
634 PyObject *toc_entry; local
666 toc_entry = PyDict_GetItem(self->files, fullpath);
668 if (toc_entry != NULL) {
670 bytes = get_data(self->archive, toc_entry);
1129 get_data(PyObject *archive, PyObject *toc_entry) argument
1403 PyObject *toc_entry, *stripped; local
1433 get_code_from_data(ZipImporter *self, int ispackage, int isbytecode, time_t mtime, PyObject *toc_entry) argument
1457 PyObject *code = NULL, *toc_entry, *subname; local
[all...]
/external/google-styleguide/include/
H A Dstyleguide.css115 li.toc_entry {
125 li.toc_entry::after {
129 li.toc_entry a {
/external/wayland/cursor/
H A Dconvert_font.c81 struct toc_entry { struct in struct:pcf_header
238 struct toc_entry *entry = &header->tables[i];

Completed in 1223 milliseconds