Searched refs:module_init (Results 1 - 9 of 9) sorted by relevance

/external/freetype/include/
H A Dftmodapi.h207 /* module_init :: The initializing function. */
223 FT_Module_Constructor module_init; member in struct:FT_Module_Class_
/external/pdfium/third_party/freetype/include/
H A Dftmodapi.h207 /* module_init :: The initializing function. */
223 FT_Module_Constructor module_init; member in struct:FT_Module_Class_
/external/freetype/include/internal/
H A Dftobjs.h1500 clazz->root.module_init = init_; \
1554 clazz->module_init = init_; \
/external/pdfium/third_party/freetype/include/internal/
H A Dftobjs.h1500 clazz->root.module_init = init_; \
1554 clazz->module_init = init_; \
/external/squashfs-tools/kernel/fs/squashfs/
H A Dsuper.c436 module_init(init_squashfs_fs);
/external/iputils/Modules/
H A Dpg3.c719 module_init(pg_init);
/external/freetype/src/base/
H A Dftobjs.c4320 if ( clazz->module_init )
4322 error = clazz->module_init( module );
/external/pdfium/third_party/freetype/src/base/
H A Dftobjs.c4338 if ( clazz->module_init )
4340 error = clazz->module_init( module );
/external/squashfs-tools/kernel-2.4/fs/squashfs/
H A Dinode.c2025 module_init(init_squashfs_fs);

Completed in 436 milliseconds