Lines Matching refs:ghost_handle
113 *ghost_handle = (void *) NULL; variable
1506 if (ghost_handle != (void *) NULL) in NTGhostscriptLoadDLL()
1516 ghost_handle=lt_dlopen(path); in NTGhostscriptLoadDLL()
1517 if (ghost_handle == (void *) NULL) in NTGhostscriptLoadDLL()
1524 lt_dlsym(ghost_handle,"gsapi_delete_instance")); in NTGhostscriptLoadDLL()
1526 void *)) (lt_dlsym(ghost_handle,"gsapi_new_instance")); in NTGhostscriptLoadDLL()
1531 lt_dlsym(ghost_handle,"gsapi_exit"); in NTGhostscriptLoadDLL()
1533 char **)) (lt_dlsym(ghost_handle,"gsapi_init_with_args")); in NTGhostscriptLoadDLL()
1536 int,int *)) (lt_dlsym(ghost_handle,"gsapi_run_string")); in NTGhostscriptLoadDLL()
1540 (lt_dlsym(ghost_handle,"gsapi_set_stdio")); in NTGhostscriptLoadDLL()
1542 lt_dlsym(ghost_handle,"gsapi_revision")); in NTGhostscriptLoadDLL()
1571 if (ghost_handle != (void *) NULL) in NTGhostscriptUnLoadDLL()
1573 (void) lt_dlclose(ghost_handle); in NTGhostscriptUnLoadDLL()
1574 ghost_handle=(void *) NULL; in NTGhostscriptUnLoadDLL()