Home
last modified time | relevance | path

Searched refs:extra_type (Results 1 – 5 of 5) sorted by relevance

/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-token.c437 a_this->extra_type = a_et; in cr_token_set_length()
452 a_this->extra_type = a_et; in cr_token_set_angle()
467 a_this->extra_type = a_et; in cr_token_set_time()
482 a_this->extra_type = a_et; in cr_token_set_freq()
Dcr-token.h114 enum CRTokenExtraType extra_type ; member
Dcr-tknzr.c2699 if (token->extra_type == a_et) { in cr_tknzr_parse_token()
/third_party/ejdb/src/jbl/
Dbinn.c128 int storage_type, extra_type; in binn_get_type_info() local
136 extra_type = long_type & BINN_TYPE_MASK; in binn_get_type_info()
140 extra_type = long_type & BINN_TYPE_MASK16; in binn_get_type_info()
141 extra_type >>= 4; in binn_get_type_info()
150 extra_type = -1; in binn_get_type_info()
157 *pextra_type = extra_type; in binn_get_type_info()
655 int32_t argsz, storage_type, extra_type; in AddValue() local
662 binn_get_type_info(type, &storage_type, &extra_type); in AddValue()
/third_party/ejdb/src/jbl/tests/
Djbl_test_binn2.c1852 int storage_type, extra_type; in test_virtual_types() local
1857 CU_ASSERT(binn_get_type_info(BINN_BOOL, &storage_type, &extra_type) == TRUE); in test_virtual_types()
1859 CU_ASSERT(extra_type == 1); in test_virtual_types()