SYMBOL INDEX (355 symbols across 30 files) FILE: disabled-packages/mono/math_private.h type ieee_double_shape_type (line 53) | typedef union type ieee_double_shape_type (line 71) | typedef union type ieee_float_shape_type (line 166) | typedef union type float_complex (line 433) | typedef union { type double_complex (line 437) | typedef union { type long_double_complex (line 441) | typedef union { function cpackf (line 458) | static __inline float complex function cpack (line 468) | static __inline double complex function cpackl (line 478) | static __inline long double complex function irint (line 494) | static __inline int function irint (line 506) | static __inline int function irintl (line 518) | static __inline int FILE: disabled-packages/openvpn/netbsd_getpass.c type termios (line 57) | struct termios FILE: ndk-patches/ifaddrs.h type ifaddrs (line 52) | struct ifaddrs { type ifaddrs (line 73) | struct ifaddrs type ifaddrs (line 74) | struct ifaddrs type NetlinkList (line 90) | typedef struct NetlinkList { function netlink_socket (line 96) | static int netlink_socket(void) function netlink_send (line 112) | static int netlink_send(int p_socket, int p_request) function netlink_recv (line 134) | static int netlink_recv(int p_socket, void *p_buffer, size_t p_len) type nlmsghdr (line 165) | struct nlmsghdr type nlmsghdr (line 183) | struct nlmsghdr type nlmsghdr (line 184) | struct nlmsghdr type nlmsghdr (line 184) | struct nlmsghdr type nlmsghdr (line 197) | struct nlmsghdr function NetlinkList (line 204) | static NetlinkList *newListItem(struct nlmsghdr *p_data, unsigned int p_... function freeResultList (line 215) | static void freeResultList(NetlinkList *p_list) function NetlinkList (line 226) | static NetlinkList *getResultList(int p_socket, int p_request) function maxSize (line 256) | static size_t maxSize(size_t a, size_t b) function calcAddrLen (line 261) | static size_t calcAddrLen(sa_family_t p_family, int p_dataSize) function makeSockaddr (line 275) | static void makeSockaddr(sa_family_t p_family, struct sockaddr *p_dest, ... function addToEnd (line 295) | static void addToEnd(struct ifaddrs **p_resultList, struct ifaddrs *p_en... function interpretLink (line 308) | static int interpretLink(struct nlmsghdr *p_hdr, struct ifaddrs **p_resu... type ifaddrs (line 390) | struct ifaddrs type ifaddrs (line 390) | struct ifaddrs type ifaddrs (line 393) | struct ifaddrs type ifaddrs (line 395) | struct ifaddrs function interpretAddr (line 406) | static int interpretAddr(struct nlmsghdr *p_hdr, struct ifaddrs **p_resu... function interpretLinks (line 521) | static int interpretLinks(int p_socket, NetlinkList *p_netlinkList, stru... function interpretAddrs (line 543) | static int interpretAddrs(int p_socket, NetlinkList *p_netlinkList, stru... function getifaddrs (line 562) | static int getifaddrs(struct ifaddrs **ifap) function freeifaddrs (line 597) | static void freeifaddrs(struct ifaddrs *ifa) FILE: packages/dcraw/swab.c function swab (line 21) | void FILE: packages/finch/arpa/nameser.h type ns_sect (line 104) | typedef enum __ns_sect { type ns_msg (line 120) | typedef struct __ns_msg { type _ns_flagdata (line 130) | struct _ns_flagdata { int mask, shift; } type _ns_flagdata (line 131) | struct _ns_flagdata type ns_rr (line 144) | typedef struct __ns_rr { type ns_flag (line 166) | typedef enum __ns_flag { type ns_opcode (line 183) | typedef enum __ns_opcode { type ns_rcode (line 196) | typedef enum __ns_rcode { type ns_update_operation (line 219) | typedef enum __ns_update_operation { type ns_tsig_key (line 228) | struct ns_tsig_key { type ns_tsig_key (line 233) | typedef struct ns_tsig_key ns_tsig_key; type ns_tcp_tsig_state (line 238) | struct ns_tcp_tsig_state { type ns_tcp_tsig_state (line 245) | typedef struct ns_tcp_tsig_state ns_tcp_tsig_state; type ns_type (line 258) | typedef enum __ns_type { type ns_class (line 327) | typedef enum __ns_class { type ns_key_types (line 341) | typedef enum __ns_key_types { type ns_cert_types (line 348) | typedef enum __ns_cert_types { FILE: packages/finch/arpa/nameser_compat.h type HEADER (line 109) | typedef struct { FILE: packages/krb5/netbsd_getpass.c type termios (line 57) | struct termios FILE: packages/libandroid-glob/glob.c type uint_fast64_t (line 118) | typedef uint_fast64_t Char; type Char (line 127) | typedef char Char; type stat (line 145) | struct stat type stat (line 151) | struct stat function glob (line 166) | int function globexp1 (line 240) | static int function globexp2 (line 263) | static int function Char (line 367) | static const Char * function glob0 (line 436) | static int function compare (line 523) | static int function glob1 (line 529) | static int function glob2 (line 546) | static int function glob3 (line 604) | static int function globextend (line 702) | static int function match (line 753) | static int function globfree (line 799) | void function DIR (line 815) | static DIR * function g_lstat (line 833) | static int function g_stat (line 847) | static int function Char (line 861) | static const Char * function g_Ctoc (line 872) | static int function qprintf (line 893) | static void FILE: packages/libandroid-glob/glob.h type stat (line 42) | struct stat type glob_t (line 43) | typedef struct { FILE: packages/libandroid-spawn/posix_spawn.cpp class ScopedSignalBlocker (line 45) | class ScopedSignalBlocker { method ScopedSignalBlocker (line 48) | explicit ScopedSignalBlocker() { method ScopedSignalBlocker (line 55) | explicit ScopedSignalBlocker(int signal) { method reset (line 65) | void reset() { type Action (line 81) | enum Action { type __posix_spawn_file_action (line 87) | struct __posix_spawn_file_action { method Do (line 97) | void Do() { type __posix_spawn_file_actions (line 115) | struct __posix_spawn_file_actions { method Do (line 119) | void Do() { type __posix_spawnattr (line 126) | struct __posix_spawnattr { function ApplyAttrs (line 135) | static void ApplyAttrs(short flags, const posix_spawnattr_t* attr) { function posix_spawn (line 174) | static int posix_spawn(pid_t* pid_ptr, function posix_spawn (line 206) | int posix_spawn(pid_t* pid, const char* path, const posix_spawn_file_act... function posix_spawnp (line 211) | int posix_spawnp(pid_t* pid, const char* file, const posix_spawn_file_ac... function posix_spawnattr_init (line 216) | int posix_spawnattr_init(posix_spawnattr_t* attr) { function posix_spawnattr_destroy (line 221) | int posix_spawnattr_destroy(posix_spawnattr_t* attr) { function posix_spawnattr_setflags (line 227) | int posix_spawnattr_setflags(posix_spawnattr_t* attr, short flags) { function posix_spawnattr_getflags (line 237) | int posix_spawnattr_getflags(const posix_spawnattr_t* attr, short* flags) { function posix_spawnattr_setpgroup (line 242) | int posix_spawnattr_setpgroup(posix_spawnattr_t* attr, pid_t pgroup) { function posix_spawnattr_getpgroup (line 247) | int posix_spawnattr_getpgroup(const posix_spawnattr_t* attr, pid_t* pgro... function posix_spawnattr_setsigmask (line 252) | int posix_spawnattr_setsigmask(posix_spawnattr_t* attr, const sigset_t* ... function posix_spawnattr_setsigmask64 (line 257) | int posix_spawnattr_setsigmask64(posix_spawnattr_t* attr, const sigset64... function posix_spawnattr_getsigmask (line 262) | int posix_spawnattr_getsigmask(const posix_spawnattr_t* attr, sigset_t* ... function posix_spawnattr_getsigmask64 (line 267) | int posix_spawnattr_getsigmask64(const posix_spawnattr_t* attr, sigset64... function posix_spawnattr_setsigdefault (line 272) | int posix_spawnattr_setsigdefault(posix_spawnattr_t* attr, const sigset_... function posix_spawnattr_setsigdefault64 (line 277) | int posix_spawnattr_setsigdefault64(posix_spawnattr_t* attr, const sigse... function posix_spawnattr_getsigdefault (line 282) | int posix_spawnattr_getsigdefault(const posix_spawnattr_t* attr, sigset_... function posix_spawnattr_getsigdefault64 (line 287) | int posix_spawnattr_getsigdefault64(const posix_spawnattr_t* attr, sigse... function posix_spawnattr_setschedparam (line 292) | int posix_spawnattr_setschedparam(posix_spawnattr_t* attr, const struct ... function posix_spawnattr_getschedparam (line 297) | int posix_spawnattr_getschedparam(const posix_spawnattr_t* attr, struct ... function posix_spawnattr_setschedpolicy (line 302) | int posix_spawnattr_setschedpolicy(posix_spawnattr_t* attr, int policy) { function posix_spawnattr_getschedpolicy (line 307) | int posix_spawnattr_getschedpolicy(const posix_spawnattr_t* attr, int* p... function posix_spawn_file_actions_init (line 312) | int posix_spawn_file_actions_init(posix_spawn_file_actions_t* actions) { function posix_spawn_file_actions_destroy (line 317) | int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t* actions) { function posix_spawn_add_file_action (line 330) | static int posix_spawn_add_file_action(posix_spawn_file_actions_t* actions, function posix_spawn_file_actions_addopen (line 367) | int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t* actions, function posix_spawn_file_actions_addclose (line 373) | int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t* action... function posix_spawn_file_actions_adddup2 (line 378) | int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t* actions... FILE: packages/libandroid-spawn/posix_spawn.h type __posix_spawnattr (line 50) | struct __posix_spawnattr type __posix_spawn_file_actions (line 51) | struct __posix_spawn_file_actions type sched_param (line 75) | struct sched_param type sched_param (line 76) | struct sched_param FILE: packages/libcrypt/crypt3.c type u_long (line 47) | typedef unsigned long u_long; function _crypt_to64 (line 64) | void function b64_from_24bit (line 73) | void function INLINE (line 221) | static INLINE int function des_init (line 239) | static void function setup_salt (line 368) | static void function des_setkey (line 389) | static int function do_des (line 469) | static int function des_cipher (line 585) | static int type crypt_format (line 1364) | struct crypt_format { type crypt_format (line 1380) | struct crypt_format FILE: packages/libelf/error.h function error (line 11) | static inline void error(int status, int errnum, const char* format, ...) { FILE: packages/libelf/obstack.h type _obstack_chunk (line 143) | struct _obstack_chunk /* Lives at front of each chunk. */ type obstack (line 150) | struct obstack /* control current object in current chunk */ type obstack (line 179) | struct obstack function obstack_printf (line 488) | static inline int obstack_printf(struct obstack *obst, const char *fmt, ... type fooalign (line 508) | struct fooalign type fooalign (line 518) | struct fooalign type obstack (line 544) | struct obstack function _obstack_begin (line 576) | static int _obstack_begin (struct obstack *h, function _obstack_begin_1 (line 620) | static int _obstack_begin_1 (struct obstack *h, int size, int alignment, function _obstack_newchunk (line 671) | static void _obstack_newchunk (struct obstack *h, int length) function obstack_free_func (line 741) | static void obstack_free_func (struct obstack *h, void *obj) function _obstack_memory_used (line 770) | static int _obstack_memory_used (struct obstack *h) function print_and_abort (line 782) | static void __attribute__ ((noreturn)) print_and_abort (void) FILE: packages/libelf/qsort_r.h function swapfunc (line 64) | static inline void function qsort (line 108) | void FILE: packages/libelf/stdio_ext.h function __fsetlocking (line 10) | static inline int __fsetlocking(FILE *stream, int type) function feof_unlocked (line 17) | static inline int feof_unlocked(FILE *stream) function ferror_unlocked (line 22) | static inline int ferror_unlocked(FILE *stream) function fputs_unlocked (line 27) | static inline int fputs_unlocked(const char *s, FILE *stream) function fputc_unlocked (line 32) | static inline int fputc_unlocked(int c, FILE *stream) function fread_unlocked (line 37) | static inline size_t fread_unlocked(void *data, size_t size, size_t coun... function fwrite_unlocked (line 42) | static inline size_t fwrite_unlocked(const void *data, size_t size, size... FILE: packages/libgpg-error/lock-obj-pub.aarch64-unknown-linux-android.h type gpgrt_lock_t (line 5) | typedef struct FILE: packages/libllvm/nltypes_stubs.cpp function nl_catd (line 33) | __attribute__((weak,visibility("hidden"))) function catclose (line 43) | __attribute__((weak,visibility("hidden"))) FILE: packages/memcached/getsubopt.c function getsubopt (line 48) | int FILE: packages/mosh/mosh.cc function string (line 40) | inline string shell_quote_string( const string &x ) function string (line 58) | inline string shell_quote( const SequenceT &sequence ) function die (line 69) | void die( const char *format, ... ) { function predict_check (line 119) | void predict_check( const string &predict, bool env_set ) function cat (line 130) | void cat( int ifd, int ofd ) function valid_port (line 152) | bool valid_port(string port) { function main (line 161) | int main( int argc, char *argv[] ) FILE: packages/netpbm/standardppmdfont.c type ppmd_glyphCommand (line 5) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 23) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 59) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 83) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 137) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 201) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 271) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 287) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 309) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 331) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 349) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 361) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 379) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 385) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 397) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 403) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 439) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 449) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 479) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 511) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 525) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 561) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 609) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 621) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 681) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 729) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 753) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 783) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 791) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 803) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 811) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 853) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 965) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 983) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1031) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1069) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1101) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1125) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1143) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1189) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1207) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1213) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1235) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1253) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1261) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1285) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1303) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1347) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1375) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1425) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1459) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1501) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1513) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1535) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1547) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1571) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1583) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1597) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1615) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1639) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1645) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1669) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1685) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1691) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1707) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1743) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1779) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1809) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1845) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1881) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1899) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1945) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1967) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 1985) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 2009) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 2027) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 2033) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 2071) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 2093) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 2129) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 2165) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 2201) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 2219) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 2255) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 2273) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 2295) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 2307) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 2331) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 2343) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 2363) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 2381) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 2461) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 2467) | struct ppmd_glyphCommand type ppmd_glyphCommand (line 2547) | struct ppmd_glyphCommand type ppmd_glyph (line 2595) | struct ppmd_glyph type ppmd_font (line 3168) | struct ppmd_font FILE: packages/pulseaudio/module-aaudio-sink.c type userdata (line 66) | struct userdata { function process_render (line 100) | static int process_render(struct userdata *u, void *audioData, int64_t n... function aaudio_data_callback_result_t (line 115) | static aaudio_data_callback_result_t data_callback(AAudioStream *stream,... function error_callback (line 123) | static void error_callback(AAudioStream *stream, void *userdata, aaudio_... function pa_open_aaudio_stream (line 145) | static int pa_open_aaudio_stream(struct userdata *u) function pa_usec_t (line 180) | static pa_usec_t get_latency(struct userdata *u) { function sink_process_msg (line 188) | static int sink_process_msg(pa_msgobject *o, int code, void *data, int64... function state_func_main (line 209) | static int state_func_main(pa_sink *s, pa_sink_state_t state, pa_suspend... function state_func_io (line 242) | static int state_func_io(pa_sink *s, pa_sink_state_t state, pa_suspend_c... function reconfigure_func (line 266) | static void reconfigure_func(pa_sink *s, pa_sample_spec *ss, bool passth... function process_rewind (line 270) | static void process_rewind(pa_sink *s) { function thread_func (line 274) | static void thread_func(void *userdata) { function pa__init (line 302) | int pa__init(pa_module*m) { function pa__get_n_used (line 409) | int pa__get_n_used(pa_module *m) { function pa__done (line 418) | void pa__done(pa_module*m) { FILE: packages/pulseaudio/module-sles-sink.c type userdata (line 65) | struct userdata { function process_render (line 99) | static void process_render(void *userdata) { function sink_process_msg (line 113) | static int sink_process_msg(pa_msgobject *o, int code, void *data, int64... function sles_callback (line 123) | static void sles_callback(SLBufferQueueItf bqPlayerBufferQueue, void *us... function pa_init_sles_player (line 139) | static int pa_init_sles_player(struct userdata *u, pa_sample_spec *ss) { function thread_func (line 196) | static void thread_func(void *userdata) { function state_func (line 224) | static int state_func(pa_sink *s, pa_sink_state_t state, pa_suspend_caus... function process_rewind (line 236) | static void process_rewind(pa_sink *s) { function pa__init (line 240) | int pa__init(pa_module*m) { function pa__get_n_used (line 362) | int pa__get_n_used(pa_module *m) { function pa__done (line 373) | void pa__done(pa_module*m) { FILE: packages/pulseaudio/module-sles-source.c type userdata (line 73) | struct userdata { function thread_func (line 103) | static void thread_func(void *userdata) { function state_func (line 130) | static int state_func(pa_source *s, pa_source_state_t state, pa_suspend_... function process_render (line 140) | static void process_render(void *userdata) { function source_process_msg (line 152) | static int source_process_msg(pa_msgobject *o, int code, void *data, int... function sles_callback (line 162) | static void sles_callback(SLAndroidSimpleBufferQueueItf recBuffQueueItf ... function pa_init_sles_record (line 169) | static int pa_init_sles_record(struct userdata *u, pa_sample_spec *ss) { function pa__init (line 243) | int pa__init(pa_module*m) { function pa__get_n_used (line 356) | int pa__get_n_used(pa_module *m) { function pa__done (line 366) | void pa__done(pa_module*m) { FILE: packages/texlive-bin/pdftoepdf-poppler0.76.0.cc type InObjType (line 99) | enum InObjType { type InObj (line 105) | struct InObj { type UsedEncoding (line 115) | struct UsedEncoding { type PdfDocument (line 129) | struct PdfDocument { function PdfDocument (line 147) | static PdfDocument *find_add_document(char *file_name) function delete_document (line 174) | static void delete_document(PdfDocument * pdf_doc) function addEncoding (line 198) | static int addEncoding(GfxFont * gfont) function addInObj (line 221) | static int addInObj(InObjType type, Ref ref, fd_entry * fd, int e) function getNewObjectNumber (line 255) | static int getNewObjectNumber(Ref ref) function copyName (line 278) | static void copyName(char *s) function copyDictEntry (line 290) | static void copyDictEntry(Object * obj, int i) function copyDict (line 300) | static void copyDict(Object * obj) function copyFontDict (line 310) | static void copyFontDict(Object * obj, InObj * r) function copyStream (line 334) | static void copyStream(Stream * str) function copyProcSet (line 345) | static void copyProcSet(Object * obj) function embeddableFont (line 366) | static bool embeddableFont(Object * fontdesc) function copyFont (line 385) | static void copyFont(char *tag, Object * fontRef) function copyFontResources (line 446) | static void copyFontResources(Object * obj) function copyOtherResources (line 470) | static void copyOtherResources(Object * obj, char *key) function copyObject (line 552) | static void copyObject(Object * obj) function writeRefs (line 629) | static void writeRefs() function writeEncodings (line 655) | static void writeEncodings() function PDFRectangle (line 686) | static const PDFRectangle *get_pagebox(Page * page, int pagebox_spec) function read_pdf_info (line 711) | int function write_epdf (line 816) | void write_epdf(void) function epdf_delete (line 1090) | void epdf_delete() function epdf_check_mem (line 1102) | void epdf_check_mem() FILE: packages/texlive-bin/pdftosrc-poppler0.76.0.cc function main (line 63) | int main(int argc, char *argv[]) FILE: packages/texlive/parse_tlpdb.py function parse_tlpdb_to_dict (line 20) | def parse_tlpdb_to_dict(tlpdb_path): function get_files_in_package (line 42) | def get_files_in_package(package, files_in_package, visited_pkgs, visit_... function Files (line 58) | def Files(*args, **kwargs): function get_conflicting_pkgs (line 74) | def get_conflicting_pkgs(package): FILE: scripts/buildorder.py function unique_everseen (line 10) | def unique_everseen(iterable, key=None): function die (line 29) | def die(msg): function parse_build_file_dependencies (line 33) | def parse_build_file_dependencies(path): class TermuxPackage (line 53) | class TermuxPackage(object): method __init__ (line 55) | def __init__(self, dir_path, fast_build_mode): method __repr__ (line 95) | def __repr__(self): method recursive_dependencies (line 98) | def recursive_dependencies(self, pkgs_map): class TermuxSubPackage (line 107) | class TermuxSubPackage: method __init__ (line 109) | def __init__(self, subpackage_file_path, parent, virtual=False): method __repr__ (line 122) | def __repr__(self): method recursive_dependencies (line 125) | def recursive_dependencies(self, pkgs_map): function read_packages_from_directories (line 138) | def read_packages_from_directories(directories, fast_build_mode): function generate_full_buildorder (line 174) | def generate_full_buildorder(pkgs_map): function generate_target_buildorder (line 227) | def generate_target_buildorder(target_path, pkgs_map, fast_build_mode): function main (line 239) | def main(): FILE: scripts/check-built-packages.py function check_manifest (line 14) | def check_manifest(arch, manifest): FILE: scripts/get_hash_from_file.py function get_pkg_hash_from_Packages (line 5) | def get_pkg_hash_from_Packages(Packages_file, package, version, hash="SH... function get_Packages_hash_from_Release (line 23) | def get_Packages_hash_from_Release(Release_file, arch, component, hash="...