Searched defs:numstringOffsets (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXint.h70 int *numstringOffsets; /* see comment below */ member in struct:_t_DPSPrivContextRec
81 /* The numstringOffsets field lists offsets of encoded number strings in
H A Ddpsclient.c1253 int *numstringOffsets)
1341 tokenType, numstringOffsets);
1356 if (numstringOffsets != NULL) {
1357 for (j = 2; j < numstringOffsets[1] &&
1358 numstringOffsets[j] != i; j++) ;
1359 if (numstringOffsets[j] == i) {
1619 int *numstringOffsets)
1751 numstringOffsets);
1764 if (numstringOffsets != NULL) {
1765 for (i = 2; i < numstringOffsets[
1247 WriteSeqAsAscii( DPSContext ctxt, char *base, DPSBinObj currObj, unsigned int nObjs, unsigned char tokenType, int *numstringOffsets) argument
1613 WriteSeqAsTokens( DPSContext ctxt, char *base, DPSBinObj currObj, unsigned int nObjs, unsigned char tokenType, int *numstringOffsets) argument
1955 WriteEntireGoody( DPSContext ctxt, unsigned char *buf, int *numstringOffsets) argument
2009 bos->tokenType, numstringOffsets); local
2014 bos->tokenType, numstringOffsets); local
[all...]

Completed in 1169 milliseconds