Home
last modified time | relevance | path

Searched refs:ghost_handle (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
Dnt-base.c114 *ghost_handle = (void *) NULL; variable
1550 if (ghost_handle != (void *) NULL) in NTGhostscriptLoadDLL()
1560 ghost_handle=lt_dlopen(path); in NTGhostscriptLoadDLL()
1561 if (ghost_handle == (void *) NULL) in NTGhostscriptLoadDLL()
1568 lt_dlsym(ghost_handle,"gsapi_delete_instance")); in NTGhostscriptLoadDLL()
1570 void *)) (lt_dlsym(ghost_handle,"gsapi_new_instance")); in NTGhostscriptLoadDLL()
1575 lt_dlsym(ghost_handle,"gsapi_exit"); in NTGhostscriptLoadDLL()
1577 char **)) (lt_dlsym(ghost_handle,"gsapi_init_with_args")); in NTGhostscriptLoadDLL()
1580 int,int *)) (lt_dlsym(ghost_handle,"gsapi_run_string")); in NTGhostscriptLoadDLL()
1584 (lt_dlsym(ghost_handle,"gsapi_set_stdio")); in NTGhostscriptLoadDLL()
[all …]