Searched refs:charField (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libatalk/bstring/
H A Dbstrlib.c1275 struct charField { LONG_TYPE content[CFCLEN]; }; struct
1285 struct charField { unsigned char content[CFCLEN]; }; struct
1291 /* Convert a bstring to charField */
1292 static int buildCharField (struct charField * cf, const_bstring b) {
1295 memset ((void *) cf->content, 0, sizeof (struct charField));
1302 static void invertCharField (struct charField * cf) {
1308 static int binchrCF (const unsigned char * data, int len, int pos, const struct charField * cf) {
1324 struct charField chrs;
1333 static int binchrrCF (const unsigned char * data, int pos, const struct charField * cf) {
1349 struct charField chr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libatalk/bstring/
H A Dbstrlib.c1275 struct charField { LONG_TYPE content[CFCLEN]; }; struct
1285 struct charField { unsigned char content[CFCLEN]; }; struct
1291 /* Convert a bstring to charField */
1292 static int buildCharField (struct charField * cf, const_bstring b) {
1295 memset ((void *) cf->content, 0, sizeof (struct charField));
1302 static void invertCharField (struct charField * cf) {
1308 static int binchrCF (const unsigned char * data, int len, int pos, const struct charField * cf) {
1324 struct charField chrs;
1333 static int binchrrCF (const unsigned char * data, int pos, const struct charField * cf) {
1349 struct charField chr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libatalk/bstring/
H A Dbstrlib.c1275 struct charField { LONG_TYPE content[CFCLEN]; }; struct
1285 struct charField { unsigned char content[CFCLEN]; }; struct
1291 /* Convert a bstring to charField */
1292 static int buildCharField (struct charField * cf, const_bstring b) {
1295 memset ((void *) cf->content, 0, sizeof (struct charField));
1302 static void invertCharField (struct charField * cf) {
1308 static int binchrCF (const unsigned char * data, int len, int pos, const struct charField * cf) {
1324 struct charField chrs;
1333 static int binchrrCF (const unsigned char * data, int pos, const struct charField * cf) {
1349 struct charField chr
[all...]

Completed in 69 milliseconds