Searched refs:handle (Results 276 - 300 of 1446) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Dkeyclient.cpp64 check(CSSM_FreeKey(csp()->handle(), cred, this, CSSM_TRUE));
72 check(CSSM_QueryKeySizeInBits(csp()->handle(), CSSM_INVALID_HANDLE, this, &size));
80 check(CSSM_GetKeyAcl(csp()->handle(), this, reinterpret_cast<const CSSM_STRING *>(selectionTag), aclInfos, aclInfos));
87 check(CSSM_ChangeKeyAcl(csp()->handle(),
95 check(CSSM_GetKeyOwner(csp()->handle(), this, owner));
102 check(CSSM_ChangeKeyOwner(csp()->handle(),
118 check(CSSM_FreeKey(csp()->handle(), NULL, this, CSSM_FALSE));
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dgen-win32.h222 HANDLE handle; member in struct:__anon6412
251 dir->handle = FindFirstFile(pattern, &dir->find_data);
253 if (dir->handle == INVALID_HANDLE_VALUE) {
267 else if (dir->handle != INVALID_HANDLE_VALUE) {
268 if (FindNextFile(dir->handle, &dir->find_data) == TRUE)
284 if (dir->handle != INVALID_HANDLE_VALUE)
285 FindClose(dir->handle);
/macosx-10.10.1/iodbc-42.5/iodbc/iodbcinst/
H A DSQLCreateDataSource.c94 if ((handle = DLL_OPEN(path)) != NULL) \
96 if ((pDrvConn = (pDrvConnFunc)DLL_PROC(handle, "iodbcdm_drvconn_dialbox")) != NULL) \
99 DLL_CLOSE(handle); \
103 if ((handle = DLL_OPEN(path)) != NULL) \
105 if ((pDrvConnW = (pDrvConnWFunc)DLL_PROC(handle, "iodbcdm_drvconn_dialboxw")) != NULL) \
108 DLL_CLOSE(handle); \
117 void *handle; local
H A DSQLConfigDataSource.c94 if ((handle = DLL_OPEN(path)) != NULL) \
96 if ((pConfigDSN = (pConfigDSNFunc)DLL_PROC(handle, "ConfigDSN")) != NULL) \
100 DLL_CLOSE(handle); \
107 DLL_CLOSE(handle); \
112 DLL_CLOSE(handle); \
116 if ((handle = DLL_OPEN(path)) != NULL) \
118 if ((pConfigDSNW = (pConfigDSNWFunc)DLL_PROC(handle, "ConfigDSNW")) != NULL) \
122 DLL_CLOSE(handle); \
129 DLL_CLOSE(handle); \
134 else if ((pConfigDSN = (pConfigDSNFunc)DLL_PROC(handle, "ConfigDS
238 void *handle; local
[all...]
H A DSQLConfigDriver.c96 if ((handle = DLL_OPEN((driverpath))) != NULL) \
98 if ((pConfigDriver = (pConfigDriverFunc)DLL_PROC(handle, "ConfigDriver")) != NULL) \
102 DLL_CLOSE(handle); \
109 DLL_CLOSE(handle); \
114 DLL_CLOSE(handle); \
118 if ((handle = DLL_OPEN((driverpath))) != NULL) \
120 if ((pConfigDriverW = (pConfigDriverWFunc)DLL_PROC(handle, "ConfigDriverW")) != NULL) \
124 DLL_CLOSE(handle); \
131 DLL_CLOSE(handle); \
136 else if ((pConfigDriver = (pConfigDriverFunc)DLL_PROC(handle, "ConfigDrive
176 void *handle; local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Ddh-cdsa.c67 CSSM_CC_HANDLE handle; local
105 &handle);
110 ret = CSSM_GenerateKeyPair(handle,
123 CSSM_DeleteContext(handle);
140 CSSM_CC_HANDLE handle; local
158 &handle);
165 CSSM_DeleteContext(handle);
170 ret = CSSM_DeriveKey(handle,
185 CSSM_DeleteContext(handle);
192 CSSM_DeleteContext(handle);
[all...]
/macosx-10.10.1/apr-32/apr/apr/file_io/os2/
H A Ddir.c45 thedir->handle = 0;
58 if (thedir->handle) {
59 rv = DosFindClose(thedir->handle);
62 thedir->handle = 0;
77 if (thedir->handle == 0) {
78 thedir->handle = HDIR_CREATE;
79 rv = DosFindFirst(apr_pstrcat(thedir->pool, thedir->dirname, "/*", NULL), &thedir->handle,
83 rv = DosFindNext(thedir->handle, &thedir->entry, sizeof(thedir->entry), &entries);
152 *thedir = &dir->handle;
165 (*dir)->handle
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/
H A Ddir.c49 dir->handle = NULL;
87 dir->handle = opendir(dirname);
89 if (dir->handle == NULL)
106 REQUIRE(VALID_DIR(dir) && dir->handle != NULL);
111 entry = readdir(dir->handle);
137 REQUIRE(VALID_DIR(dir) && dir->handle != NULL);
139 (void)closedir(dir->handle);
140 dir->handle = NULL;
148 REQUIRE(VALID_DIR(dir) && dir->handle != NULL);
150 rewinddir(dir->handle);
[all...]
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcurl_ntlm_msgs.c70 static void ntlm_print_flags(FILE *handle, unsigned long flags) argument
73 fprintf(handle, "NTLMFLAG_NEGOTIATE_UNICODE ");
75 fprintf(handle, "NTLMFLAG_NEGOTIATE_OEM ");
77 fprintf(handle, "NTLMFLAG_REQUEST_TARGET ");
79 fprintf(handle, "NTLMFLAG_UNKNOWN_3 ");
81 fprintf(handle, "NTLMFLAG_NEGOTIATE_SIGN ");
83 fprintf(handle, "NTLMFLAG_NEGOTIATE_SEAL ");
85 fprintf(handle, "NTLMFLAG_NEGOTIATE_DATAGRAM_STYLE ");
87 fprintf(handle, "NTLMFLAG_NEGOTIATE_LM_KEY ");
89 fprintf(handle, "NTLMFLAG_NEGOTIATE_NETWAR
138 ntlm_print_hex(FILE *handle, const char *buf, size_t len) argument
[all...]
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Ddir.c49 dir->handle = NULL;
87 dir->handle = opendir(dirname);
89 if (dir->handle == NULL)
106 REQUIRE(VALID_DIR(dir) && dir->handle != NULL);
111 entry = readdir(dir->handle);
137 REQUIRE(VALID_DIR(dir) && dir->handle != NULL);
139 (void)closedir(dir->handle);
140 dir->handle = NULL;
148 REQUIRE(VALID_DIR(dir) && dir->handle != NULL);
150 rewinddir(dir->handle);
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclPreserve.c61 * ensure that the contents of the handle are
65 * effect on this handle. */
316 * Allocate a handle that contains enough information to determine
322 * block. Doubly dereferencing the returned handle will give
327 * The caller must keep track of this handle (generally by storing
329 * on this handle when the block is deleted. Everything else that
332 * on the associated handle.
361 * handle is being deleted. Modifies the handle so that doubly
363 * handle tha
[all...]
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinPixmap.c26 * Returns a handle to a new pixmap.
68 newTwdPtr->bitmap.handle =
77 if (newTwdPtr->bitmap.handle == NULL) {
92 newTwdPtr->bitmap.handle = CreateDIBSection(dc, &bitmapInfo,
102 if (newTwdPtr->bitmap.handle == NULL && !repeatError) {
119 if (newTwdPtr->bitmap.handle == NULL) {
153 DeleteObject(twdPtr->bitmap.handle);
222 if (twdPtr->bitmap.handle == NULL) {
228 if (!GetDIBits(dc, twdPtr->bitmap.handle, 0, 0, NULL, &info,
239 if (twdPtr->window.handle
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinPixmap.c27 * Returns a handle to a new pixmap.
69 newTwdPtr->bitmap.handle =
78 if (newTwdPtr->bitmap.handle == NULL) {
93 newTwdPtr->bitmap.handle = CreateDIBSection(dc, &bitmapInfo,
103 if (newTwdPtr->bitmap.handle == NULL && !repeatError) {
120 if (newTwdPtr->bitmap.handle == NULL) {
154 DeleteObject(twdPtr->bitmap.handle);
224 if (twdPtr->bitmap.handle == NULL) {
230 if (!GetDIBits(dc, twdPtr->bitmap.handle, 0, 0, NULL, &info,
241 if (twdPtr->window.handle
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkImgGIF.c120 Tcl_Channel handle, Tcl_Obj *format,
173 size_t count, MFile *handle));
174 static int Mgetc _ANSI_ARGS_((MFile *handle));
177 int length, MFile *handle));
539 MFile handle;
559 mInit((unsigned char *) data, length, &handle);
560 got = Mread(header, 10, 1, &handle);
608 MFile handle;
619 mInit((unsigned char *)data, length, &handle);
621 dataSrc = (Tcl_Channel) &handle;
536 MFile handle; local
604 MFile handle; local
1324 MFile *handle; local
[all...]
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-RTLD_FIRST/
H A Dmain.c32 /// any dlsym() looks against that handle should only look in
33 /// that handle, and not subsequent images.
40 void* handle; member in struct:info
48 result.handle = dlopen(path, options);
49 if ( result.handle == NULL ) {
53 //fprintf(stderr, "dlopen(%s, 0x%0X) => %p\n", path, options, result.handle);
59 void* sym = dlsym(hp.handle, symbol);
61 FAIL("dlopen-RTLD_FIRST: dlsym(handle-%s, \"%s\") should have failed", hp.path, symbol);
68 void* sym = dlsym(hp.handle, symbol);
70 FAIL("dlopen-RTLD_FIRST: dlsym(handle
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/win/
H A DtclXwinOS.c203 * Convert a channel to a handle.
212 * The file handle or INVALID_HANDLE_VALUE if a HANDLE is not associated
223 ClientData handle;
228 if (Tcl_GetChannelHandle (channel, TCL_READABLE, &handle) != TCL_OK &&
229 Tcl_GetChannelHandle (channel, TCL_WRITABLE, &handle) != TCL_OK) {
230 handle = INVALID_HANDLE_VALUE;
233 if (Tcl_GetChannelHandle (channel, direction, &handle) != TCL_OK) {
234 handle = INVALID_HANDLE_VALUE;
243 switch (GetFileType ((HANDLE) handle)) {
251 if (getsockopt ((SOCKET)handle, SOL_SOCKE
220 ClientData handle; local
279 ClientData handle; local
641 HANDLE handle; local
756 HANDLE handle; local
907 HANDLE handle; local
951 HANDLE handle; local
1383 HANDLE handle = ChannelToHandle (channel, direction, &type); local
1456 HANDLE handle; local
1554 HANDLE handle; local
1616 HANDLE handle; local
1713 HANDLE handle; local
1764 HANDLE handle; local
[all...]
/macosx-10.10.1/libarchive-30/libarchive/cpio/
H A Dcpio_windows.c158 HANDLE handle; local
160 handle = CreateFileA(path, dwDesiredAccess, dwShareMode,
163 if (handle != INVALID_HANDLE_VALUE)
164 return (handle);
166 return (handle);
169 return (handle);
170 handle = CreateFileW(wpath, dwDesiredAccess, dwShareMode,
174 return (handle);
179 __hutimes(HANDLE handle, const struct __timeval *times) argument
190 if (SetFileTime(handle, NUL
208 HANDLE handle; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/ppm/
H A Dppm.c270 static int getNextVal (Tcl_Interp *interp, tkimg_MFile *handle, UInt *val) argument
276 while (tkimg_Read (handle, &c, 1) == 1) {
284 while (tkimg_Read (handle, &c, 1) == 1 && i < TCL_INTEGER_SPACE) {
296 static Boln readUShortRow (Tcl_Interp *interp, tkimg_MFile *handle, UShort *pixels, argument
308 if (!getNextVal (interp, handle, &val)) {
316 if (2 * nShorts != tkimg_Read (handle, buf, 2 * nShorts))
337 static Boln readUByteRow (Tcl_Interp *interp, tkimg_MFile *handle, UByte *pixels, argument
349 if (!getNextVal (interp, handle, &val)) {
357 if (nBytes != tkimg_Read (handle, buf, nBytes))
368 static Boln readUShortFile (Tcl_Interp *interp, tkimg_MFile *handle, UShor argument
414 readUByteFile(Tcl_Interp *interp, tkimg_MFile *handle, UByte *buf, Int width, Int height, Int nchan, Boln swapBytes, Boln isAscii, Boln verbose, Float minVals[], Float maxVals[]) argument
634 tkimg_MFile handle; local
650 tkimg_MFile handle; local
702 tkimg_MFile handle; local
721 tkimg_MFile handle; local
935 tkimg_MFile handle; local
958 tkimg_MFile handle; local
975 writeAsciiRow(tkimg_MFile *handle, const unsigned char *scanline, int nBytes) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/xpm/
H A Dxpm.c61 static int CommonRead(Tcl_Interp *interp, tkimg_MFile *handle,
69 static int ReadXPMFileHeader(tkimg_MFile *handle,
73 static char *Gets(tkimg_MFile *handle, char *buffer, int size);
94 Gets(handle, buffer, size)
95 tkimg_MFile *handle;
103 while ((tkimg_Read(handle, p, 1) == 1)) {
143 tkimg_MFile handle; local
145 handle.data = (char *)tkimg_GetStringFromObj(data, &handle.length);
146 handle
179 tkimg_MFile handle; local
508 tkimg_MFile handle; local
555 tkimg_MFile handle; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/dted/
H A Ddted.c315 static Boln readUByte (tkimg_MFile *handle, UByte *b)
318 if (1 != tkimg_Read (handle, buf, 1))
329 static Boln readShort (tkimg_MFile *handle, Short *s) argument
332 if (2 != tkimg_Read (handle, buf, 2))
342 static Boln readInt (tkimg_MFile *handle, Int *i) argument
345 if (4 != tkimg_Read (handle, buf, 4))
357 static Boln writeUByte (tkimg_MFile *handle, UByte b)
361 if (1 != tkimg_Write (handle, (const char *)buf, 1))
370 static Boln writeByte (tkimg_MFile *handle, Byte b)
374 if (1 != tkimg_Write (handle, bu
441 readHeader(tkimg_MFile *handle, DTEDHEADER *th) argument
472 readDtedColumn(tkimg_MFile *handle, Short *pixels, Int nRows, Int nCols, Int curCol, char *buf, Boln hostIsIntel) argument
552 readDtedFile(tkimg_MFile *handle, Short *buf, Int width, Int height, Int nchan, Boln hostIsIntel, Boln verbose, Short minVals[], Short maxVals[]) argument
785 tkimg_MFile handle; local
800 tkimg_MFile handle; local
849 tkimg_MFile handle; local
868 tkimg_MFile handle; local
995 tkimg_MFile handle; local
1018 tkimg_MFile handle; local
[all...]
/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/src/
H A Dparse.c54 static int ccid_parse_interface_descriptor(libusb_device_handle *handle,
97 struct libusb_device_handle *handle; local
104 r = libusb_open(dev, &handle);
131 r = libusb_get_string_descriptor_ascii(handle, desc.iManufacturer,
148 r = libusb_get_string_descriptor_ascii(handle, desc.iProduct,
161 (void)libusb_close(handle);
168 (void)libusb_close(handle);
176 (void)libusb_close(handle);
187 (void)libusb_close(handle);
196 r = libusb_claim_interface(handle, interfac
248 ccid_parse_interface_descriptor(libusb_device_handle *handle, struct libusb_device_descriptor desc, struct libusb_config_descriptor *config_desc, int num, const struct libusb_interface *usb_interface) argument
[all...]
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-dag.c602 * Get a handle for a live capture from the given DAG device. Passing a NULL
612 static int dag_activate(pcap_t* handle) argument
614 struct pcap_dag *handlep = handle->priv;
622 char * device = handle->opt.source;
630 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "device is NULL: %s", pcap_strerror(errno));
639 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "Can't allocate string for device name: %s\n", pcap_strerror(errno));
645 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "dag_parse_name: %s\n", pcap_strerror(errno));
651 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "dag_parse_name: tx (even numbered) streams not supported for capture\n");
658 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "Can't allocate string for device name: %s\n", pcap_strerror(errno));
668 if((handle
[all...]
/macosx-10.10.1/apr-32/apr/apr/locks/win32/
H A Dproc_mutex.c30 if (mutex->handle) {
31 if (CloseHandle(mutex->handle) == 0) {
76 (*mutex)->handle = hMutex;
129 (*mutex)->handle = hMutex;
140 rv = WaitForSingleObject(mutex->handle, INFINITE);
152 rv = WaitForSingleObject(mutex->handle, 0);
165 if (ReleaseMutex(mutex->handle) == 0) {
209 *ospmutex = mutex->handle;
225 (*pmutex)->handle = *ospmutex;
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dmm-partial.el52 (cdr (mm-handle-type nhandles)))))
59 (defun mm-inline-partial (handle &optional no-display)
64 (let ((id (cdr (assq 'id (cdr (mm-handle-type handle)))))
69 (unless (mm-handle-cache handle)
73 (sort (cons handle
82 (cdr (mm-handle-type a))))))
85 (cdr (mm-handle-type b)))))))
94 (cdr (mm-handle
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dcreds.c41 gsskrb5_cred handle = (gsskrb5_cred)cred_handle; local
51 if (handle->usage != GSS_C_INITIATE && handle->usage != GSS_C_BOTH) {
63 type = krb5_cc_get_type(context, handle->ccache);
74 if (handle->ccache == NULL)
84 ret = _krb5_get_krbtgt(context, handle->ccache,
85 handle->principal->realm,
155 gsskrb5_cred handle; local
236 handle = calloc(1, sizeof(*handle));
[all...]

Completed in 213 milliseconds

<<11121314151617181920>>