HomeSort by relevance Sort by last modified time
    Searched refs:STORE (Results 1 - 16 of 16) sorted by null

  /external/openssl/crypto/store/
str_mem.c 1 /* crypto/store/str_mem.c -*- mode:C; c-file-style: "eay" -*- */
63 /* The memory store is currently highly experimental. It's meant to become
64 a base store used by other stores for internal caching (for full caching
110 static int mem_init(STORE *s);
111 static void mem_clean(STORE *s);
112 static STORE_OBJECT *mem_generate(STORE *s, STORE_OBJECT_TYPES type,
114 static STORE_OBJECT *mem_get(STORE *s, STORE_OBJECT_TYPES type,
116 static int mem_store(STORE *s, STORE_OBJECT_TYPES type,
119 static int mem_modify(STORE *s, STORE_OBJECT_TYPES type,
123 static int mem_delete(STORE *s, STORE_OBJECT_TYPES type
274 struct mem_data_st *store = local
    [all...]
store.h 1 /* crypto/store/store.h -*- mode:C; c-file-style: "eay" -*- */
65 #error STORE is disabled.
80 /* typedef struct store_st STORE; */
89 STORE *STORE_new_method(const STORE_METHOD *method);
90 STORE *STORE_new_engine(ENGINE *engine);
91 void STORE_free(STORE *ui);
96 be used to get information from a STORE. */
97 int STORE_ctrl(STORE *store, int cmd, long i, void *p, void (*f)(void))
    [all...]
str_lib.c 1 /* crypto/store/str_lib.c -*- mode:C; c-file-style: "eay" -*- */
105 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)
183 if (store == NULL
    [all...]
  /external/e2fsprogs/lib/ext2fs/
icount.c 34 * one, and then use a sorted list to store the counts for inodes
654 #define STORE 0x02
666 { STORE, 42, 42, 42 },
667 { STORE, 1, 1, 1 },
668 { STORE, 2, 2, 2 },
669 { STORE, 3, 3, 3 },
670 { STORE, 10, 1, 1 },
671 { STORE, 42, 0, 0 },
692 { STORE, 1, 1, 1 },
693 { STORE, 2, 2, 2 }
    [all...]
  /external/bison/lib/
quotearg.c 179 If BUFFERSIZE is too small to store the output string, return the
200 #define STORE(c) \
212 STORE ('"');
248 STORE (*quote_string);
256 STORE ('\'');
274 STORE ('\\');
282 STORE ('\\');
283 STORE ('0');
284 STORE ('0');
306 STORE ('?')
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupportTiger.pm 32 sub STORE {
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 17 package com.android.email.mail.store.imap;
19 import com.android.email.mail.Store;
27 = String.format("BODY.PEEK[]<0.%d>", Store.FETCH_BODY_SANE_SUGGESTED_SIZE);
77 public static final String STORE = "STORE";
85 public static final String UID_STORE = "UID STORE";
  /external/openssl/crypto/
ossl_typ.h 161 typedef struct store_st STORE;
install.com 52 STORE,CMS,PQUEUE,TS,JPAKE
103 $! EXHEADER_STORE := store.h,str_compat.h
104 $ EXHEADER_STORE := store.h
  /external/openssl/include/openssl/
ossl_typ.h 161 typedef struct store_st STORE;
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduHeaders.java 65 public static final int STORE = 0xA2;
130 * X-Mms-Store |
310 * X-Mms-Store-Status field types.
372 case STORE:
PduParser.java 63 * Store pdu headers
68 * Store pdu parts.
73 * Store the "type" parameter in "Content-Type" header field.
78 * Store the "start" parameter in "Content-Type" header field.
260 case PduHeaders.STORE:
646 /* not store this header filed in "headers",
670 /* not store these headers filed in "headers",
678 /* not store this header filed in "headers",
    [all...]
  /frameworks/base/core/java/android/provider/
Telephony.java 506 * Set by BroadcastReceiver. Indicates insufficient memory to store
889 * The store of the message.
892 public static final String STORE = "store";
913 * The store-status of the message.
919 * The store-status-text of the message.
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 383 // text/plain and app application/smil store their "data" inline in the
783 values.remove(Mms.STORE);
    [all...]
  /external/v8/benchmarks/
earley-boyer.js     [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]

Completed in 272 milliseconds