]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Automate creation of the libcups2.def file, since it is really out-of-date...
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 15 Jul 2014 20:37:32 +0000 (20:37 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 15 Jul 2014 20:37:32 +0000 (20:37 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12032 a1ca3aef-8c08-0410-bb20-df032aa958be

cups/Makefile
cups/libcups2.def

index 4ac6ae3c1fe9fef3487ac9e6b5c884dc278b3eb5..7a899de0ada6892047d1041ade5e46e523dd1425 100644 (file)
@@ -354,6 +354,23 @@ libcups.a: $(LIBOBJS)
        $(RANLIB) $@
 
 
+#
+# libcups2.def (Windows DLL exports file...)
+#
+
+libcups2.def: $(LIBOBJS) Makefile
+       echo Generating $@...
+       echo "LIBRARY libcups2" >libcups2.def
+       echo "VERSION 2.11" >>libcups2.def
+       echo "EXPORTS" >>libcups2.def
+       (nm $(LIBOBJS) 2>/dev/null | grep "T _" | awk '{print $$3}'; \
+        echo __cups_strcpy; echo __cups_strlcat; echo __cups_strlcpy) | \
+               grep -v -E \
+                   -e 'cups_debug|Apple|BackChannel|Backend|FileCheck|Filter|GSSService|SetNegotiate|SideChannel' \
+                   -e 'Block$$' | \
+               sed -e '1,$$s/^_//' | sort >>libcups2.def
+
+
 #
 # testadmin (dependency on static CUPS library is intentional)
 #
index eeea5ff528dc835ceaef15eafb0e2e85e3face3f..66ab4ad663b6a68865dd7153d7a4eaf0135b9b39 100644 (file)
-LIBRARY libcups2\r
-VERSION 2.11\r
-EXPORTS\r
-_cupsBufferGet\r
-_cupsBufferRelease\r
-_cupsGet1284Values\r
-_cupsGetDests\r
-_cupsGetPassword\r
-_cupsGlobals\r
-_cupsLangPrintError\r
-_cupsLangPrintf\r
-_cupsLangPuts\r
-_cupsLangString\r
-_cupsMD5Append\r
-_cupsMD5Finish\r
-_cupsMD5Init\r
-_cupsMessageFree\r
-_cupsMessageLoad\r
-_cupsMessageLookup\r
-_cupsMutexLock\r
-_cupsMutexUnlock\r
-_cupsNextDelay\r
-_cupsSetError\r
-_cupsSetLocale\r
-_cupsStrAlloc\r
-_cupsStrDate\r
-_cupsStrFlush\r
-_cupsStrFormatd\r
-_cupsStrFree\r
-_cupsStrRetain\r
-_cupsStrScand\r
-_cupsStrStatistics\r
-_cups_strcasecmp\r
-_cups_strncasecmp\r
-_cups_strcpy\r
-_cups_strlcat\r
-_cups_strlcpy\r
-_httpAddrSetPort\r
-_httpEncodeURI\r
-_httpResolveURI\r
-_httpWait\r
-_ippFindOption\r
-_ppdCacheCreateWithFile\r
-_ppdCacheCreateWithPPD\r
-_ppdCacheDestroy\r
-_ppdCacheGetBin\r
-_ppdCacheGetInputSlot\r
-_ppdCacheGetMediaType\r
-_ppdCacheGetOutputBin\r
-_ppdCacheGetPageSize\r
-_ppdCacheGetSize\r
-_ppdCacheGetSource\r
-_ppdCacheGetType\r
-_ppdCacheWriteFile\r
-_ppdFreeLanguages\r
-_ppdGetEncoding\r
-_ppdGetLanguages\r
-_ppdHashName\r
-_ppdLocalizedAttr\r
-_ppdNormalizeMakeAndModel\r
-_ppdOpen\r
-_ppdOpenFile\r
-_ppdParseOptions\r
-_pwgMediaTable\r
-cupsAddDest\r
-cupsAddOption\r
-cupsAdminCreateWindowsPPD\r
-cupsAdminExportSamba\r
-cupsArrayAdd\r
-cupsArrayClear\r
-cupsArrayCount\r
-cupsArrayCurrent\r
-cupsArrayDelete\r
-cupsArrayDup\r
-cupsArrayFind\r
-cupsArrayFirst\r
-cupsArrayGetIndex\r
-cupsArrayGetInsert\r
-cupsArrayIndex\r
-cupsArrayInsert\r
-cupsArrayLast\r
-cupsArrayNew\r
-cupsArrayNew2\r
-cupsArrayNew3\r
-cupsArrayNext\r
-cupsArrayPrev\r
-cupsArrayRemove\r
-cupsArrayRestore\r
-cupsArraySave\r
-cupsArrayUserData\r
-cupsCancelDestJob\r
-cupsCancelJob\r
-cupsCharsetToUTF8\r
-cupsCheckDestSupported\r
-cupsCloseDestJob\r
-cupsConnectDest\r
-cupsCopyDest\r
-cupsCopyDestConflicts\r
-cupsCopyDestInfo\r
-cupsCreateDestJob\r
-cupsCreateJob\r
-cupsDirClose\r
-cupsDirOpen\r
-cupsDirRead\r
-cupsDirRewind\r
-cupsDoAuthentication\r
-cupsDoFileRequest\r
-cupsDoIORequest\r
-cupsDoRequest\r
-cupsEncodeOptions\r
-cupsEncodeOptions2\r
-cupsEncryption\r
-cupsEnumDests\r
-cupsFileClose\r
-cupsFileCompression\r
-cupsFileEOF\r
-cupsFileFind\r
-cupsFileFlush\r
-cupsFileGetChar\r
-cupsFileGetConf\r
-cupsFileGetLine\r
-cupsFileGets\r
-cupsFileLock\r
-cupsFileNumber\r
-cupsFileOpen\r
-cupsFileOpenFd\r
-cupsFilePeekChar\r
-cupsFilePrintf\r
-cupsFilePutChar\r
-cupsFilePuts\r
-cupsFileRead\r
-cupsFileRewind\r
-cupsFileSeek\r
-cupsFileStderr\r
-cupsFileStdin\r
-cupsFileStdout\r
-cupsFileTell\r
-cupsFileUnlock\r
-cupsFileWrite\r
-cupsFindDestDefault\r
-cupsFindDestReady\r
-cupsFindDestSupported\r
-cupsFinishDestDocument\r
-cupsFinishDocument\r
-cupsFreeDestInfo\r
-cupsFreeDests\r
-cupsFreeJobs\r
-cupsFreeOptions\r
-cupsGetClasses\r
-cupsGetDefault\r
-cupsGetDefault2\r
-cupsGetDest\r
-cupsGetDestMediaByIndex\r
-cupsGetDestMediaByName\r
-cupsGetDestMediaBySize\r
-cupsGetDestMediaCount\r
-cupsGetDestMediaDefault\r
-cupsGetDestWithURI\r
-cupsGetDests\r
-cupsGetDests2\r
-cupsGetFd\r
-cupsGetFile\r
-cupsGetJobs\r
-cupsGetJobs2\r
-cupsGetOption\r
-cupsGetPPD\r
-cupsGetPPD2\r
-cupsGetPassword\r
-cupsGetPrinters\r
-cupsGetResponse\r
-cupsLangDefault\r
-cupsLangEncoding\r
-cupsLangFlush\r
-cupsLangFree\r
-cupsLangGet\r
-cupsLastError\r
-cupsLastErrorString\r
-cupsLocalizeDestMedia\r
-cupsLocalizeDestOption\r
-cupsLocalizeDestValue\r
-cupsMakeServerCredentials\r
-cupsMarkOptions\r
-cupsNotifySubject\r
-cupsNotifyText\r
-cupsParseOptions\r
-cupsPrintFile\r
-cupsPrintFile2\r
-cupsPrintFiles\r
-cupsPrintFiles2\r
-cupsPutFd\r
-cupsPutFile\r
-cupsRemoveOption\r
-cupsResolveConflicts\r
-cupsSendRequest\r
-cupsServer\r
-cupsSetClientCertCB\r
-cupsSetCredentials\r
-cupsSetDests\r
-cupsSetDests2\r
-cupsSetEncryption\r
-cupsSetPasswordCB\r
-cupsSetServer\r
-cupsSetServerCertCB\r
-cupsSetServerCredentials\r
-cupsSetUser\r
-cupsSetUserAgent\r
-cupsStartDestDocument\r
-cupsStartDocument\r
-cupsTempFd\r
-cupsTempFile\r
-cupsTempFile2\r
-cupsUserAgent\r
-cupsUTF32ToUTF8\r
-cupsUTF8ToCharset\r
-cupsUTF8ToUTF32\r
-cupsUser\r
-cupsWriteRequestData\r
-httpAcceptConnection\r
-httpAddCredential\r
-httpAddrAny\r
-httpAddrClose\r
-httpAddrConnect\r
-httpAddrCopyList\r
-httpAddrEqual\r
-httpAddrFamily\r
-httpAddrFreeList\r
-httpAddrGetList\r
-httpAddrLength\r
-httpAddrListen\r
-httpAddrLocalhost\r
-httpAddrLookup\r
-httpAddrPort\r
-httpAddrString\r
-httpAssembleURI\r
-httpAssembleURIf\r
-httpAssembleUUID\r
-httpBlocking\r
-httpCheck\r
-httpClearCookie\r
-httpClearFields\r
-httpClose\r
-httpCompareCredentials\r
-httpConnect\r
-httpConnect2\r
-httpConnectEncrypt\r
-httpCopyCredentials\r
-httpCredentialsAreValidForName\r
-httpCredentialsGetExpiration\r
-httpCredentialsGetTrust\r
-httpCredentialsString\r
-httpDecode64\r
-httpDecode64_2\r
-httpDelete\r
-httpEncode64\r
-httpEncode64_2\r
-httpEncryption\r
-httpError\r
-httpFieldValue\r
-httpFlush\r
-httpFlushWrite\r
-httpFreeCredentials\r
-httpGet\r
-httpGetActivity\r
-httpGetAddress\r
-httpGetAuthString\r
-httpGetBlocking\r
-httpGetContentEncoding\r
-httpGetCookie\r
-httpGetDateString\r
-httpGetDateString2\r
-httpGetDateTime\r
-httpGetEncryption\r
-httpGetExpect\r
-httpGetFd\r
-httpGetField\r
-httpGetHostByName\r
-httpGetHostname\r
-httpGetKeepAlive\r
-httpGetLength\r
-httpGetLength2\r
-httpGetPending\r
-httpGetReady\r
-httpGetRemaining\r
-httpGetStatus\r
-httpGetSubField\r
-httpGetSubField2\r
-httpGets\r
-httpHead\r
-httpInitialize\r
-httpIsChunked\r
-httpIsEncrypted\r
-httpLoadCredentials\r
-httpMD5\r
-httpMD5Final\r
-httpMD5String\r
-httpOptions\r
-httpPeek\r
-httpPost\r
-httpPrintf\r
-httpPut\r
-httpRead\r
-httpRead2\r
-httpReadRequest\r
-httpReconnect\r
-httpReconnect2\r
-httpResolveHostname\r
-httpSaveCredentials\r
-httpSeparate\r
-httpSeparate2\r
-httpSeparateURI\r
-httpSetCookie\r
-httpSetCredentials\r
-httpSetDefaultField\r
-httpSetExpect\r
-httpSetField\r
-httpSetKeepAlive\r
-httpSetLength\r
-httpSetTimeout\r
-httpShutdown\r
-httpStateString\r
-httpStatus\r
-httpTrace\r
-httpUpdate\r
-httpURIStatusString\r
-httpWait\r
-httpWrite\r
-httpWrite2\r
-httpWriteResponse\r
-ippAddBoolean\r
-ippAddBooleans\r
-ippAddCollection\r
-ippAddCollections\r
-ippAddDate\r
-ippAddInteger\r
-ippAddIntegers\r
-ippAddOctetString\r
-ippAddOutOfBand\r
-ippAddRange\r
-ippAddRanges\r
-ippAddResolution\r
-ippAddResolutions\r
-ippAddSeparator\r
-ippAddString\r
-ippAddStringf\r
-ippAddStringfv\r
-ippAddStrings\r
-ippAttributeString\r
-ippContainsInteger\r
-ippContainsString\r
-ippCopyAttribute\r
-ippCopyAttributes\r
-ippCreateRequestedArray\r
-ippDateToTime\r
-ippDelete\r
-ippDeleteAttribute\r
-ippDeleteValues\r
-ippEnumString\r
-ippEnumValue\r
-ippErrorString\r
-ippErrorValue\r
-ippFindAttribute\r
-ippFindNextAttribute\r
-ippFirstAttribute\r
-ippGetBoolean\r
-ippGetCollection\r
-ippGetCount\r
-ippGetDate\r
-ippGetGroupTag\r
-ippGetInteger\r
-ippGetName\r
-ippGetOctetString\r
-ippGetOperation\r
-ippGetRange\r
-ippGetRequestId\r
-ippGetResolution\r
-ippGetState\r
-ippGetStatusCode\r
-ippGetString\r
-ippGetValueTag\r
-ippGetVersion\r
-ippLength\r
-ippNew\r
-ippNewRequest\r
-ippNewResponse\r
-ippNextAttribute\r
-ippOpString\r
-ippOpValue\r
-ippPort\r
-ippRead\r
-ippReadFile\r
-ippReadIO\r
-ippSetPort\r
-ippSetBoolean\r
-ippSetCollection\r
-ippSetDate\r
-ippSetGroupTag\r
-ippSetInteger\r
-ippSetName\r
-ippSetOctetString\r
-ippSetOperation\r
-ippSetRange\r
-ippSetRequestId\r
-ippSetResolution\r
-ippSetState\r
-ippSetStatusCode\r
-ippSetString\r
-ippSetStringf\r
-ippSetStringfv\r
-ippSetValueTag\r
-ippSetVersion\r
-ippStateString\r
-ippTagString\r
-ippTagValue\r
-ippTimeToDate\r
-ippValidateAttribute\r
-ippValidateAttributes\r
-ippWrite\r
-ippWriteFile\r
-ippWriteIO\r
-ppdClose\r
-ppdCollect\r
-ppdCollect2\r
-ppdConflicts\r
-ppdEmit\r
-ppdEmitAfterOrder\r
-ppdEmitFd\r
-ppdEmitJCL\r
-ppdEmitJCLEnd\r
-ppdEmitString\r
-ppdErrorString\r
-ppdFindAttr\r
-ppdFindChoice\r
-ppdFindCustomOption\r
-ppdFindCustomParam\r
-ppdFindMarkedChoice\r
-ppdFindNextAttr\r
-ppdFindOption\r
-ppdFirstCustomParam\r
-ppdFirstOption\r
-ppdIsMarked\r
-ppdLastError\r
-ppdLocalize\r
-ppdMarkDefaults\r
-ppdMarkOption\r
-ppdNextCustomParam\r
-ppdNextOption\r
-ppdOpen\r
-ppdOpen2\r
-ppdOpenFd\r
-ppdOpenFile\r
-ppdPageLength\r
-ppdPageSize\r
-ppdPageWidth\r
-ppdSetConformance\r
-pwgFormatSizeName\r
-pwgInitSize\r
-pwgMediaForLegacy\r
-pwgMediaForPPD\r
-pwgMediaForPWG\r
-pwgMediaForSize\r
+LIBRARY libcups2
+VERSION 2.11
+EXPORTS
+_cupsArrayAddStrings
+_cupsArrayNewStrings
+_cupsBufferGet
+_cupsBufferRelease
+_cupsCharmapFlush
+_cupsConnect
+_cupsEncodingName
+_cupsGet1284Values
+_cupsGetDestResource
+_cupsGetDests
+_cupsGetPassword
+_cupsGlobalLock
+_cupsGlobalUnlock
+_cupsGlobals
+_cupsLangPrintError
+_cupsLangPrintf
+_cupsLangPuts
+_cupsLangString
+_cupsMD5Append
+_cupsMD5Finish
+_cupsMD5Init
+_cupsMessageFree
+_cupsMessageLoad
+_cupsMessageLookup
+_cupsMessageNew
+_cupsMutexInit
+_cupsMutexLock
+_cupsMutexUnlock
+_cupsNextDelay
+_cupsRWInit
+_cupsRWLockRead
+_cupsRWLockWrite
+_cupsRWUnlock
+_cupsSNMPClose
+_cupsSNMPCopyOID
+_cupsSNMPDefaultCommunity
+_cupsSNMPIsOID
+_cupsSNMPIsOIDPrefixed
+_cupsSNMPOIDToString
+_cupsSNMPOpen
+_cupsSNMPRead
+_cupsSNMPSetDebug
+_cupsSNMPStringToOID
+_cupsSNMPWalk
+_cupsSNMPWrite
+_cupsSetDefaults
+_cupsSetError
+_cupsSetHTTPError
+_cupsSetLocale
+_cupsStrAlloc
+_cupsStrDate
+_cupsStrFlush
+_cupsStrFormatd
+_cupsStrFree
+_cupsStrRetain
+_cupsStrScand
+_cupsStrStatistics
+_cupsThreadCreate
+_cupsUserDefault
+_cups_strcasecmp
+_cups_strcpy
+_cups_strcpy
+_cups_strlcat
+_cups_strlcpy
+_cups_strncasecmp
+_httpAddrSetPort
+_httpCreateCredentials
+_httpDecodeURI
+_httpDisconnect
+_httpEncodeURI
+_httpFreeCredentials
+_httpResolveURI
+_httpStatus
+_httpTLSInitialize
+_httpTLSPending
+_httpTLSRead
+_httpTLSStart
+_httpTLSStop
+_httpTLSWrite
+_httpUpdate
+_httpWait
+_ippCheckOptions
+_ippFindOption
+_ppdCacheCreateWithFile
+_ppdCacheCreateWithPPD
+_ppdCacheDestroy
+_ppdCacheGetBin
+_ppdCacheGetFinishingOptions
+_ppdCacheGetFinishingValues
+_ppdCacheGetInputSlot
+_ppdCacheGetMediaType
+_ppdCacheGetOutputBin
+_ppdCacheGetPageSize
+_ppdCacheGetSize
+_ppdCacheGetSource
+_ppdCacheGetType
+_ppdCacheWriteFile
+_ppdFreeLanguages
+_ppdGetEncoding
+_ppdGetLanguages
+_ppdHashName
+_ppdLocalizedAttr
+_ppdNormalizeMakeAndModel
+_ppdOpen
+_ppdOpenFile
+_ppdParseOptions
+_pwgGenerateSize
+_pwgInitSize
+_pwgInputSlotForSource
+_pwgMediaForLegacy
+_pwgMediaForPPD
+_pwgMediaForPWG
+_pwgMediaForSize
+_pwgMediaNearSize
+_pwgMediaTable
+_pwgMediaTypeForType
+_pwgPageSizeForMedia
+cupsAddDest
+cupsAddOption
+cupsAdminCreateWindowsPPD
+cupsAdminExportSamba
+cupsAdminGetServerSettings
+cupsAdminSetServerSettings
+cupsArrayAdd
+cupsArrayClear
+cupsArrayCount
+cupsArrayCurrent
+cupsArrayDelete
+cupsArrayDup
+cupsArrayFind
+cupsArrayFirst
+cupsArrayGetIndex
+cupsArrayGetInsert
+cupsArrayIndex
+cupsArrayInsert
+cupsArrayLast
+cupsArrayNew
+cupsArrayNew2
+cupsArrayNew3
+cupsArrayNext
+cupsArrayPrev
+cupsArrayRemove
+cupsArrayRestore
+cupsArraySave
+cupsArrayUserData
+cupsCancelDestJob
+cupsCancelJob
+cupsCancelJob2
+cupsCharsetToUTF8
+cupsCheckDestSupported
+cupsCloseDestJob
+cupsConnectDest
+cupsCopyDest
+cupsCopyDestConflicts
+cupsCopyDestInfo
+cupsCreateDestJob
+cupsCreateJob
+cupsDirClose
+cupsDirOpen
+cupsDirRead
+cupsDirRewind
+cupsDoAuthentication
+cupsDoFileRequest
+cupsDoIORequest
+cupsDoRequest
+cupsEncodeOptions
+cupsEncodeOptions2
+cupsEncryption
+cupsEnumDests
+cupsFileClose
+cupsFileCompression
+cupsFileEOF
+cupsFileFind
+cupsFileFlush
+cupsFileGetChar
+cupsFileGetConf
+cupsFileGetLine
+cupsFileGets
+cupsFileLock
+cupsFileNumber
+cupsFileOpen
+cupsFileOpenFd
+cupsFilePeekChar
+cupsFilePrintf
+cupsFilePutChar
+cupsFilePutConf
+cupsFilePuts
+cupsFileRead
+cupsFileRewind
+cupsFileSeek
+cupsFileStderr
+cupsFileStdin
+cupsFileStdout
+cupsFileTell
+cupsFileUnlock
+cupsFileWrite
+cupsFindDestDefault
+cupsFindDestReady
+cupsFindDestSupported
+cupsFinishDestDocument
+cupsFinishDocument
+cupsFreeDestInfo
+cupsFreeDests
+cupsFreeJobs
+cupsFreeOptions
+cupsGetClasses
+cupsGetConflicts
+cupsGetDefault
+cupsGetDefault2
+cupsGetDest
+cupsGetDestMediaByIndex
+cupsGetDestMediaByName
+cupsGetDestMediaBySize
+cupsGetDestMediaCount
+cupsGetDestMediaDefault
+cupsGetDestWithURI
+cupsGetDests
+cupsGetDests2
+cupsGetDevices
+cupsGetFd
+cupsGetFile
+cupsGetJobs
+cupsGetJobs2
+cupsGetNamedDest
+cupsGetOption
+cupsGetPPD
+cupsGetPPD2
+cupsGetPPD3
+cupsGetPassword
+cupsGetPassword2
+cupsGetPrinters
+cupsGetResponse
+cupsGetServerPPD
+cupsLangDefault
+cupsLangEncoding
+cupsLangFlush
+cupsLangFree
+cupsLangGet
+cupsLastError
+cupsLastErrorString
+cupsLocalizeDestMedia
+cupsLocalizeDestOption
+cupsLocalizeDestValue
+cupsMakeServerCredentials
+cupsMarkOptions
+cupsNotifySubject
+cupsNotifyText
+cupsParseOptions
+cupsPrintFile
+cupsPrintFile2
+cupsPrintFiles
+cupsPrintFiles2
+cupsPutFd
+cupsPutFile
+cupsReadResponseData
+cupsRemoveDest
+cupsRemoveOption
+cupsResolveConflicts
+cupsSendRequest
+cupsServer
+cupsSetClientCertCB
+cupsSetCredentials
+cupsSetDefaultDest
+cupsSetDests
+cupsSetDests2
+cupsSetEncryption
+cupsSetPasswordCB
+cupsSetPasswordCB2
+cupsSetServer
+cupsSetServerCertCB
+cupsSetServerCredentials
+cupsSetUser
+cupsSetUserAgent
+cupsStartDestDocument
+cupsStartDocument
+cupsTempFd
+cupsTempFile
+cupsTempFile2
+cupsUTF32ToUTF8
+cupsUTF8ToCharset
+cupsUTF8ToUTF32
+cupsUser
+cupsUserAgent
+cupsWriteRequestData
+httpAcceptConnection
+httpAddCredential
+httpAddrAny
+httpAddrClose
+httpAddrConnect
+httpAddrConnect2
+httpAddrCopyList
+httpAddrEqual
+httpAddrFamily
+httpAddrFreeList
+httpAddrGetList
+httpAddrLength
+httpAddrListen
+httpAddrLocalhost
+httpAddrLookup
+httpAddrPort
+httpAddrString
+httpAssembleURI
+httpAssembleURIf
+httpAssembleUUID
+httpBlocking
+httpCheck
+httpClearCookie
+httpClearFields
+httpClose
+httpCompareCredentials
+httpConnect
+httpConnect2
+httpConnectEncrypt
+httpCopyCredentials
+httpCredentialsAreValidForName
+httpCredentialsGetExpiration
+httpCredentialsGetTrust
+httpCredentialsString
+httpDecode64
+httpDecode64_2
+httpDelete
+httpEncode64
+httpEncode64_2
+httpEncryption
+httpError
+httpFieldValue
+httpFlush
+httpFlushWrite
+httpFreeCredentials
+httpGet
+httpGetActivity
+httpGetAddress
+httpGetAuthString
+httpGetBlocking
+httpGetContentEncoding
+httpGetCookie
+httpGetDateString
+httpGetDateString2
+httpGetDateTime
+httpGetEncryption
+httpGetExpect
+httpGetFd
+httpGetField
+httpGetHostByName
+httpGetHostname
+httpGetKeepAlive
+httpGetLength
+httpGetLength2
+httpGetPending
+httpGetReady
+httpGetRemaining
+httpGetState
+httpGetStatus
+httpGetSubField
+httpGetSubField2
+httpGetVersion
+httpGets
+httpHead
+httpInitialize
+httpIsChunked
+httpIsEncrypted
+httpLoadCredentials
+httpMD5
+httpMD5Final
+httpMD5String
+httpOptions
+httpPeek
+httpPost
+httpPrintf
+httpPut
+httpRead
+httpRead2
+httpReadRequest
+httpReconnect
+httpReconnect2
+httpResolveHostname
+httpSaveCredentials
+httpSeparate
+httpSeparate2
+httpSeparateURI
+httpSetAuthString
+httpSetCookie
+httpSetCredentials
+httpSetDefaultField
+httpSetExpect
+httpSetField
+httpSetKeepAlive
+httpSetLength
+httpSetTimeout
+httpShutdown
+httpStateString
+httpStatus
+httpTrace
+httpURIStatusString
+httpUpdate
+httpWait
+httpWrite
+httpWrite2
+httpWriteResponse
+ippAddBoolean
+ippAddBooleans
+ippAddCollection
+ippAddCollections
+ippAddDate
+ippAddInteger
+ippAddIntegers
+ippAddOctetString
+ippAddOutOfBand
+ippAddRange
+ippAddRanges
+ippAddResolution
+ippAddResolutions
+ippAddSeparator
+ippAddString
+ippAddStringf
+ippAddStringfv
+ippAddStrings
+ippAttributeString
+ippContainsInteger
+ippContainsString
+ippCopyAttribute
+ippCopyAttributes
+ippCreateRequestedArray
+ippDateToTime
+ippDelete
+ippDeleteAttribute
+ippDeleteValues
+ippEnumString
+ippEnumValue
+ippErrorString
+ippErrorValue
+ippFindAttribute
+ippFindNextAttribute
+ippFirstAttribute
+ippGetBoolean
+ippGetCollection
+ippGetCount
+ippGetDate
+ippGetGroupTag
+ippGetInteger
+ippGetName
+ippGetOctetString
+ippGetOperation
+ippGetRange
+ippGetRequestId
+ippGetResolution
+ippGetState
+ippGetStatusCode
+ippGetString
+ippGetValueTag
+ippGetVersion
+ippLength
+ippNew
+ippNewRequest
+ippNewResponse
+ippNextAttribute
+ippOpString
+ippOpValue
+ippPort
+ippRead
+ippReadFile
+ippReadIO
+ippSetBoolean
+ippSetCollection
+ippSetDate
+ippSetGroupTag
+ippSetInteger
+ippSetName
+ippSetOctetString
+ippSetOperation
+ippSetPort
+ippSetRange
+ippSetRequestId
+ippSetResolution
+ippSetState
+ippSetStatusCode
+ippSetString
+ippSetStringf
+ippSetStringfv
+ippSetValueTag
+ippSetVersion
+ippStateString
+ippTagString
+ippTagValue
+ippTimeToDate
+ippValidateAttribute
+ippValidateAttributes
+ippWrite
+ippWriteFile
+ippWriteIO
+ppdClose
+ppdCollect
+ppdCollect2
+ppdConflicts
+ppdEmit
+ppdEmitAfterOrder
+ppdEmitFd
+ppdEmitJCL
+ppdEmitJCLEnd
+ppdEmitString
+ppdErrorString
+ppdFindAttr
+ppdFindChoice
+ppdFindCustomOption
+ppdFindCustomParam
+ppdFindMarkedChoice
+ppdFindNextAttr
+ppdFindOption
+ppdFirstCustomParam
+ppdFirstOption
+ppdInstallableConflict
+ppdIsMarked
+ppdLastError
+ppdLocalize
+ppdLocalizeAttr
+ppdLocalizeIPPReason
+ppdLocalizeMarkerName
+ppdMarkDefaults
+ppdMarkOption
+ppdNextCustomParam
+ppdNextOption
+ppdOpen
+ppdOpen2
+ppdOpenFd
+ppdOpenFile
+ppdPageLength
+ppdPageSize
+ppdPageSizeLimits
+ppdPageWidth
+ppdSetConformance
+pwgFormatSizeName
+pwgInitSize
+pwgMediaForLegacy
+pwgMediaForPPD
+pwgMediaForPWG
+pwgMediaForSize