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

/macosx-10.9.5/Security-55471.14.18/include/security_comcryption/
H A DcomDebug.h197 extern unsigned getF1(comcryptObj cobj);
198 extern void setF1(comcryptObj cobj, unsigned f1);
199 extern unsigned getF2(comcryptObj cobj);
200 extern void setF2(comcryptObj cobj, unsigned f2);
201 extern unsigned getJmatchThresh(comcryptObj cobj);
202 extern void setJmatchThresh(comcryptObj cobj, unsigned jmatchThresh);
203 extern unsigned getMinByteCode(comcryptObj cobj);
204 extern void setMinByteCode(comcryptObj cobj, unsigned minByteCode);
H A Dcomcryption.h100 comcryptObj cobj,
108 void comcryptObjFree(comcryptObj cobj);
116 unsigned comcryptMaxInBufSize(comcryptObj cobj,
124 unsigned comcryptMaxOutBufSize(comcryptObj cobj,
140 comcryptObj cobj,
158 comcryptObj cobj,
H A DcomcryptPriv.c254 unsigned getF1(comcryptObj cobj) argument
256 comcryptPriv *cpriv = (comcryptPriv *)cobj;
261 void setF1(comcryptObj cobj, unsigned f1) argument
263 comcryptPriv *cpriv = (comcryptPriv *)cobj;
271 unsigned getF2(comcryptObj cobj) argument
273 comcryptPriv *cpriv = (comcryptPriv *)cobj;
278 void setF2(comcryptObj cobj, unsigned f2) argument
280 comcryptPriv *cpriv = (comcryptPriv *)cobj;
288 unsigned getJmatchThresh(comcryptObj cobj) argument
290 comcryptPriv *cpriv = (comcryptPriv *)cobj;
295 setJmatchThresh(comcryptObj cobj, unsigned jmatchThresh) argument
305 getMinByteCode(comcryptObj cobj) argument
312 setMinByteCode(comcryptObj cobj, unsigned minByteCode) argument
[all...]
H A Dcomcryption.c121 comcryptObj cobj,
126 comcryptPriv *cpriv = (comcryptPriv *)cobj;
187 void comcryptObjFree(comcryptObj cobj) argument
189 comcryptPriv *cpriv = (comcryptPriv *)cobj;
210 unsigned comcryptMaxInBufSize(comcryptObj cobj, argument
219 comcryptPriv *cpriv = (comcryptPriv *)cobj;
311 unsigned comcryptMaxOutBufSize(comcryptObj cobj, argument
319 comcryptPriv *cpriv = (comcryptPriv *)cobj;
870 comcryptObj cobj,
877 comcryptPriv *cpriv = (comcryptPriv *)cobj;
120 comcryptInit( comcryptObj cobj, const unsigned char *key, unsigned keyLen, comcryptOptimize optimize) argument
869 comcryptData( comcryptObj cobj, unsigned char *plainText, unsigned plainTextLen, unsigned char *cipherText, unsigned *cipherTextLen, comcryptEos endOfStream) argument
1234 deComcryptData( comcryptObj cobj, unsigned char *cipherText, unsigned cipherTextLen, unsigned char *plainText, unsigned *plainTextLen, comcryptEos endOfStream) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_comcryption/lib/
H A DcomDebug.h197 extern unsigned getF1(comcryptObj cobj);
198 extern void setF1(comcryptObj cobj, unsigned f1);
199 extern unsigned getF2(comcryptObj cobj);
200 extern void setF2(comcryptObj cobj, unsigned f2);
201 extern unsigned getJmatchThresh(comcryptObj cobj);
202 extern void setJmatchThresh(comcryptObj cobj, unsigned jmatchThresh);
203 extern unsigned getMinByteCode(comcryptObj cobj);
204 extern void setMinByteCode(comcryptObj cobj, unsigned minByteCode);
H A Dcomcryption.h100 comcryptObj cobj,
108 void comcryptObjFree(comcryptObj cobj);
116 unsigned comcryptMaxInBufSize(comcryptObj cobj,
124 unsigned comcryptMaxOutBufSize(comcryptObj cobj,
140 comcryptObj cobj,
158 comcryptObj cobj,
H A DcomcryptPriv.c254 unsigned getF1(comcryptObj cobj) argument
256 comcryptPriv *cpriv = (comcryptPriv *)cobj;
261 void setF1(comcryptObj cobj, unsigned f1) argument
263 comcryptPriv *cpriv = (comcryptPriv *)cobj;
271 unsigned getF2(comcryptObj cobj) argument
273 comcryptPriv *cpriv = (comcryptPriv *)cobj;
278 void setF2(comcryptObj cobj, unsigned f2) argument
280 comcryptPriv *cpriv = (comcryptPriv *)cobj;
288 unsigned getJmatchThresh(comcryptObj cobj) argument
290 comcryptPriv *cpriv = (comcryptPriv *)cobj;
295 setJmatchThresh(comcryptObj cobj, unsigned jmatchThresh) argument
305 getMinByteCode(comcryptObj cobj) argument
312 setMinByteCode(comcryptObj cobj, unsigned minByteCode) argument
[all...]
H A Dcomcryption.c121 comcryptObj cobj,
126 comcryptPriv *cpriv = (comcryptPriv *)cobj;
187 void comcryptObjFree(comcryptObj cobj) argument
189 comcryptPriv *cpriv = (comcryptPriv *)cobj;
210 unsigned comcryptMaxInBufSize(comcryptObj cobj, argument
219 comcryptPriv *cpriv = (comcryptPriv *)cobj;
311 unsigned comcryptMaxOutBufSize(comcryptObj cobj, argument
319 comcryptPriv *cpriv = (comcryptPriv *)cobj;
870 comcryptObj cobj,
877 comcryptPriv *cpriv = (comcryptPriv *)cobj;
120 comcryptInit( comcryptObj cobj, const unsigned char *key, unsigned keyLen, comcryptOptimize optimize) argument
869 comcryptData( comcryptObj cobj, unsigned char *plainText, unsigned plainTextLen, unsigned char *cipherText, unsigned *cipherTextLen, comcryptEos endOfStream) argument
1234 deComcryptData( comcryptObj cobj, unsigned char *cipherText, unsigned cipherTextLen, unsigned char *plainText, unsigned *plainTextLen, comcryptEos endOfStream) argument
[all...]
/macosx-10.9.5/swig-10/Source/Swig/
H A Dtree.c25 DOH *cobj; local
34 cobj = firstChild(obj);
35 if (cobj) {
37 Swig_print_tags(cobj, newroot);
66 Node *cobj; local
96 cobj = firstChild(obj);
97 if (cobj) {
100 Swig_print_tree(cobj);
/macosx-10.9.5/swig-10/Source/Modules/
H A Ds-exp.cxx357 Node *cobj; local
362 cobj = firstChild(obj);
363 if (cobj) {
368 for (; cobj; cobj = nextSibling(cobj)) {
369 Sexp_print_node(cobj);
H A Dxml.cxx177 Node *cobj; local
182 cobj = firstChild(obj);
183 if (cobj) {
186 Xml_print_tree(cobj);
/macosx-10.9.5/libxslt-13/libxslt/python/
H A Dtypes.c339 * cobj: xmlNsPtr namespace node
348 libxml_xmlXPathDestructNsNode(void *cobj, void *desc ATTRIBUTE_UNUSED) { argument
350 fprintf(stderr, "libxml_xmlXPathDestructNsNode called %p\n", cobj);
352 xmlXPathNodeSetFreeNs((xmlNsPtr) cobj);
/macosx-10.9.5/CPANInternal-140/PlRPC/lib/RPC/
H A DPlClient.pm359 =item $cobj = $client->ClientObject($class, $method, @args)
364 object $sobj on the server and an associated object $cobj on the client:
367 @results = $cobj->my_method(@args);
374 programming. Here's how you create $cobj, an instance of
377 my $cobj = $client->ClientObject($class, 'new', @args);
/macosx-10.9.5/CPANInternal-140/PlRPC-0.2020/lib/RPC/
H A DPlClient.pm359 =item $cobj = $client->ClientObject($class, $method, @args)
364 object $sobj on the server and an associated object $cobj on the client:
367 @results = $cobj->my_method(@args);
374 programming. Here's how you create $cobj, an instance of
377 my $cobj = $client->ClientObject($class, 'new', @args);
/macosx-10.9.5/swig-10/Source/DOH/
H A Dbase.c235 char *cobj = (char *) obj2; local
236 return len == (int) strlen(cobj) ? (memcmp(RawData(b1), cobj, len) == 0) : 0;
240 char *cobj = (char *) obj1; local
241 return len == (int) strlen(cobj) ? (memcmp(RawData(b2), cobj, len) == 0) : 0;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/python/
H A Dtypes.c336 * cobj: xmlNsPtr namespace node
345 libxml_xmlXPathDestructNsNode(void *cobj, void *desc ATTRIBUTE_UNUSED) { argument
347 fprintf(stderr, "libxml_xmlXPathDestructNsNode called %p\n", cobj);
349 xmlXPathNodeSetFreeNs((xmlNsPtr) cobj);

Completed in 95 milliseconds