Searched refs:octs (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
| H A D | componentlib.c | 1043 strncmp ( a->value.octs, b->value.octs, a->value.octetLen ) == 0 ) in MatchingComponentOcts() 1183 rc = ( strncmp( a->value.octs, b->value.octs, a->value.octetLen ) == 0 ); in MatchingComponentOid() 1223 result->value.octs = (char*)EncodeComponentOid ( mem_op, peek_head , &strLen ); in GDecAsnDescOidContent() 1548 rc = ( strncmp( a->value.octs, b->value.octs, a->value.octetLen ) == 0 ); in MatchingComponentRelativeOid() 1657 UTF8toUniversalString( char* octs, int len){ in UTF8toUniversalString() argument 1666 …UTF8toUniversalString( ((ComponentUniversalString*)v)->value.octs, ((ComponentUniversalString*)v)-… in GDecComponentUniversalString() 1778 strncmp ( cai->oid.octs, result, strLen ) == 0 ) in CheckSelectTypeCorrect() 1790 hash = MakeHash (id->value.octs, id->value.octetLen); in SetAnyTypeByComponentOid() 2007 a->oid.octs = NULL; in InstallAnyByComponentInt() 2044 oid.octs = EncodeComponentOid ( mem_op, ch_oid, &strLen ); in InstallOidDecoderMapping() [all …]
|
| H A D | componentlib.h | 228 #define GASNOCTS_PRESENT(aocts) ((aocts)->value.octs != NULL) 229 int GEncComponentOcts (GenBuf *b, ComponentOcts *octs); 235 void FreeComponentOcts( ComponentOcts* octs );
|
| H A D | init.c | 386 bv->bv_val = ((ComponentOcts*)csi)->value.octs; in comp_convert_asn_to_ldap() 666 bv.bv_val = ((ComponentOcts*)csi_attr)->value.octs; in comp_test_components()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2002 | 4171 Extend coverage, uniform treatment of hexs and octs.
|