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

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_spool.c71 void *cups_hdl; member in struct:smb_cups_ops
328 if (smb_cups.cups_hdl != NULL) {
333 if ((smb_cups.cups_hdl = dlopen("libcups.so.2", RTLD_NOW)) == NULL) {
341 (cups_lang_t *(*)())dlsym(smb_cups.cups_hdl, "cupsLangDefault");
343 dlsym(smb_cups.cups_hdl, "cupsLangEncoding");
346 dlsym(smb_cups.cups_hdl, "cupsDoFileRequest");
348 dlsym(smb_cups.cups_hdl, "cupsLastError");
350 dlsym(smb_cups.cups_hdl, "cupsLangFree");
352 dlsym(smb_cups.cups_hdl, "cupsGetDests");
354 dlsym(smb_cups.cups_hdl, "cupsFreeDest
[all...]

Completed in 56 milliseconds