Searched refs:STORE (Results 1 - 25 of 48) sorted by relevance

12

/macosx-10.10.1/OpenSSL098-52/src/crypto/store/
H A Dstr_mem.c105 static int mem_init(STORE *s);
106 static void mem_clean(STORE *s);
107 static STORE_OBJECT *mem_generate(STORE *s, STORE_OBJECT_TYPES type,
109 static STORE_OBJECT *mem_get(STORE *s, STORE_OBJECT_TYPES type,
111 static int mem_store(STORE *s, STORE_OBJECT_TYPES type,
114 static int mem_modify(STORE *s, STORE_OBJECT_TYPES type,
118 static int mem_delete(STORE *s, STORE_OBJECT_TYPES type,
120 static void *mem_list_start(STORE *s, STORE_OBJECT_TYPES type,
122 static STORE_OBJECT *mem_list_next(STORE *s, void *handle);
123 static int mem_list_end(STORE *
[all...]
H A Dstore.h74 /* typedef struct store_st STORE; */
83 STORE *STORE_new_method(const STORE_METHOD *method);
84 STORE *STORE_new_engine(ENGINE *engine);
85 void STORE_free(STORE *ui);
90 be used to get information from a STORE. */
91 int STORE_ctrl(STORE *store, int cmd, long i, void *p, void (*f)(void));
111 int STORE_set_ex_data(STORE *r,int idx,void *arg);
112 void *STORE_get_ex_data(STORE *r, int idx);
115 const STORE_METHOD *STORE_get_method(STORE *store);
116 const STORE_METHOD *STORE_set_method(STORE *stor
[all...]
H A Dstr_lib.c105 STORE *STORE_new_method(const STORE_METHOD *method)
107 STORE *ret;
115 ret=(STORE *)OPENSSL_malloc(sizeof(STORE));
133 STORE *STORE_new_engine(ENGINE *engine)
135 STORE *ret = NULL;
181 void STORE_free(STORE *store)
191 int STORE_ctrl(STORE *store, int cmd, long i, void *p, void (*f)(void))
212 int STORE_set_ex_data(STORE *r, int idx, void *arg)
217 void *STORE_get_ex_data(STORE *
[all...]
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dstore.h74 /* typedef struct store_st STORE; */
83 STORE *STORE_new_method(const STORE_METHOD *method);
84 STORE *STORE_new_engine(ENGINE *engine);
85 void STORE_free(STORE *ui);
90 be used to get information from a STORE. */
91 int STORE_ctrl(STORE *store, int cmd, long i, void *p, void (*f)(void));
111 int STORE_set_ex_data(STORE *r,int idx,void *arg);
112 void *STORE_get_ex_data(STORE *r, int idx);
115 const STORE_METHOD *STORE_get_method(STORE *store);
116 const STORE_METHOD *STORE_set_method(STORE *stor
[all...]
H A Dossl_typ.h151 typedef struct store_st STORE; typedef in typeref:struct:store_st
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dquotearg.c184 #define STORE(c) \ macro
196 STORE ('"');
232 STORE (*quote_string);
240 STORE ('\'');
258 STORE ('\\');
266 STORE ('\\');
267 STORE ('0');
268 STORE ('0');
290 STORE ('?');
291 STORE ('\\');
[all...]
/macosx-10.10.1/gpatch-3/patch/
H A Dquotearg.c230 #define STORE(c) \ macro
242 STORE ('"');
273 STORE (*quote_string);
281 STORE ('\'');
299 STORE ('\\');
307 STORE ('\\');
308 STORE ('0');
309 STORE ('0');
331 STORE ('?');
332 STORE ('\\');
[all...]
/macosx-10.10.1/text_cmds-88/sort/
H A Dquotearg.c200 #define STORE(c) \ macro
212 STORE ('"');
248 STORE (*quote_string);
256 STORE ('\'');
274 STORE ('\\');
282 STORE ('\\');
283 STORE ('0');
284 STORE ('0');
306 STORE ('?');
307 STORE ('\\');
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-sh.c1540 #define STORE (0x2)
1664 { 0x0004, STORE | USES1 | USES2 | USESR0 }, /* mov.b rm,@(r0,rn) */
1665 { 0x0005, STORE | USES1 | USES2 | USESR0 }, /* mov.w rm,@(r0,rn) */
1666 { 0x0006, STORE | USES1 | USES2 | USESR0 }, /* mov.l rm,@(r0,rn) */
1683 { 0x1000, STORE | USES1 | USES2 } /* mov.l rm,@(disp,rn) */
1693 { 0x2000, STORE | USES1 | USES2 }, /* mov.b rm,@rn */
1694 { 0x2001, STORE | USES1 | USES2 }, /* mov.w rm,@rn */
1695 { 0x2002, STORE | USES1 | USES2 }, /* mov.l rm,@rn */
1696 { 0x2004, STORE | SETS1 | USES1 | USES2 }, /* mov.b rm,@-rn */
1697 { 0x2005, STORE | SETS
1538 #define STORE macro
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/uwin/
H A Dcrypt.c280 #define STORE(s,s0,s1,bl) (bl).b32.i0 = s0, (bl).b32.i1 = s1 macro
324 STORE(D,D0,D1,*out);
665 STORE(K&~0x03030303L, K0&~0x03030303L, K1, *(C_block *)key);
668 STORE(K,K0,K1,*(C_block *)key);
671 STORE(K&~0x03030303L, K0&~0x03030303L, K1, *(C_block *)key);
718 STORE(L,L0,L1,B);
782 STORE(L,L0,L1,B);
785 STORE(L,L0,L1,B);
789 STORE(L,L0,L1,*(C_block *)out);
/macosx-10.10.1/ruby-106/ruby/missing/
H A Dcrypt.c275 #define STORE(s,s0,s1,bl) ((bl).b32.i0 = (s0), (bl).b32.i1 = (s1)) macro
322 STORE(D,D0,D1,*out);
618 STORE(K&~0x03030303L, K0&~0x03030303L, K1, *(C_block *)key);
621 STORE(K,K0,K1,*(C_block *)key);
624 STORE(K&~0x03030303L, K0&~0x03030303L, K1, *(C_block *)key);
677 STORE(L,L0,L1,B);
741 STORE(L,L0,L1,B);
744 STORE(L,L0,L1,B);
748 STORE(L,L0,L1,*(C_block *)out);
/macosx-10.10.1/CPANInternal-159.1/Term-ReadLine-Perl-1.0303/ReadLine/
H A DPerl.pm131 sub STORE { subroutine
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dcrypt.c294 #define STORE(s,s0,s1,bl) (bl).b32.i0 = s0, (bl).b32.i1 = s1 macro
341 STORE(D,D0,D1,*out);
650 STORE(K&~0x03030303L, K0&~0x03030303L, K1, *(C_block *)key);
653 STORE(K,K0,K1,*(C_block *)key);
656 STORE(K&~0x03030303L, K0&~0x03030303L, K1, *(C_block *)key);
710 STORE(L,L0,L1,B);
774 STORE(L,L0,L1,B);
777 STORE(L,L0,L1,B);
781 STORE(L,L0,L1,*(C_block *)out);
/macosx-10.10.1/OpenSSL098-52/src/crypto/
H A Dossl_typ.h151 typedef struct store_st STORE; typedef in typeref:struct:store_st
H A Dinstall.com51 STORE,PQUEUE,JPAKE
/macosx-10.10.1/CPANInternal-159.1/File-ExtAttr-1.09/lib/File/ExtAttr/
H A DTie.pm62 sub STORE { subroutine
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DISDOpcodes.h459 /// LOAD and STORE have token chains as their first operand, then the same
463 LOAD, STORE, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h970 return getOperand(getOpcode() == ISD::STORE ? 2 : 1);
979 N->getOpcode() == ISD::STORE ||
1641 N->getOpcode() == ISD::STORE;
1676 /// StoreSDNode - This class is used to represent ISD::STORE nodes.
1683 : LSBaseSDNode(ISD::STORE, dl, ChainValuePtrOff, 4,
1703 return N->getOpcode() == ISD::STORE;
H A DLiveInterval.h151 STORE = 3,
/macosx-10.10.1/BerkeleyDB-21/db/perl/DB_File/t/
H A Ddb-btree.t172 ok(15, $@ =~ /^DB_File::BTREEINFO::STORE - Unknown element 'fred' at/ ) ;
210 $X->STORE('b', 'B') ;
652 sub STORE {
656 $self->SUPER::STORE($key, $value * 2) ;
H A Ddb-hash.t134 ok(13, $@ =~ /^DB_File::HASHINFO::STORE - Unknown element 'fred' at/ );
172 $X->STORE('b', 'B') ;
433 sub STORE {
437 $self->SUPER::STORE($key, $value * 2) ;
H A Ddb-recno.t198 ok(15, $@ =~ /^DB_File::RECNOINFO::STORE - Unknown element 'fred' at/ );
434 sub STORE {
438 $self->SUPER::STORE($key, $value * 2) ;
/macosx-10.10.1/CPANInternal-159.1/Readonly-1.03/
H A DReadonly.pm75 *STORE = *UNTIE =
118 *STORE = *STORESIZE = *EXTEND = *PUSH = *POP = *UNSHIFT = *SHIFT = *SPLICE = *CLEAR = *UNTIE =
168 *STORE = *DELETE = *CLEAR = *UNTIE =
/macosx-10.10.1/BerkeleyDB-21/db/perl/BerkeleyDB/
H A DBerkeleyDB.pm1279 sub STORE subroutine
1374 sub STORE subroutine
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dclipper.vim36 syn keyword clipperStatement SKIP SORT STORE SUM TEXT TOTAL TYPE UNLOCK

Completed in 558 milliseconds

12