HomeSort by relevance Sort by last modified time
    Searched defs:dbase (Results 1 - 25 of 27) sorted by null

1 2

  /external/opencv3/3rdparty/zlib/
inftrees.c 66 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ local
194 base = dbase;
  /external/pdfium/third_party/zlib_v128/
inftrees.c 66 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ local
194 base = dbase;
  /external/selinux/libsemanage/src/
policy_components.c 26 record_table_t *rtable = src_dtable->get_rtable(src->dbase);
34 if (dst_dtable->exists(handle, dst->dbase, key, &exists) < 0)
38 if (src_dtable->del(handle, src->dbase, key) < 0)
67 dbase_t *dbase = dst->dbase; local
69 record_table_t *rtable = dtable->get_rtable(dbase);
81 dtable->set(handle, dbase, rkey, records[i]) < 0)
85 dtable->modify(handle, dbase, rkey, records[i]) < 0)
152 record_table_t *rtable = src->dtable->get_rtable(src->dbase);
155 if (src->dtable->cache(handle, src->dbase) < 0
    [all...]
database.h 57 /* DBASE interface - method table */
69 dbase_t * dbase,
77 dbase_t * dbase,
84 dbase_t * dbase,
89 dbase_t * dbase, const record_key_t * key);
94 int (*clear) (struct semanage_handle * handle, dbase_t * dbase);
103 dbase_t * dbase,
108 dbase_t * dbase,
113 dbase_t * dbase, unsigned int *response);
132 dbase_t * dbase,
176 dbase_t *dbase; member in struct:dbase_config
    [all...]
handle.h 108 dbase_config_t dbase[DBASE_COUNT]; member in struct:semanage_handle
115 return &handle->dbase[DBASE_LOCAL_USERS_BASE];
121 return &handle->dbase[DBASE_LOCAL_USERS_EXTRA];
127 return &handle->dbase[DBASE_LOCAL_USERS];
133 return &handle->dbase[DBASE_LOCAL_PORTS];
139 return &handle->dbase[DBASE_LOCAL_INTERFACES];
145 return &handle->dbase[DBASE_LOCAL_BOOLEANS];
151 return &handle->dbase[DBASE_LOCAL_FCONTEXTS];
157 return &handle->dbase[DBASE_LOCAL_SEUSERS];
163 return &handle->dbase[DBASE_LOCAL_NODES]
    [all...]
  /external/zlib/src/contrib/infback9/
inftree9.c 68 static const unsigned short dbase[32] = { /* Distance codes 0..31 base */ local
188 base = dbase;
  /external/zlib/src/
inftrees.c 66 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ local
194 base = dbase;