Searched refs:nlength (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/src/
H A Dcommands.h29 RESPONSECODE CmdPowerOn(unsigned int reader_index, unsigned int * nlength,
H A Dcommands.c79 RESPONSECODE CmdPowerOn(unsigned int reader_index, unsigned int * nlength, argument
106 r = ControlUSB(reader_index, 0xA1, 0x62, 0, buffer, *nlength);
115 *nlength = r;
161 if (*nlength > r-1)
162 *nlength = r-1;
163 memcpy(buffer, tmp+1, *nlength);
170 length = *nlength;
211 *nlength = length;
213 res = ReadPort(reader_index, nlength, buffer);
217 if (*nlength < STATUS_OFFSE
[all...]
H A Difdhandler.c1028 unsigned int nlength; local
1083 nlength = sizeof(pcbuffer);
1084 return_value = CmdPowerOn(reader_index, &nlength, pcbuffer,
1107 (nlength < MAX_ATR_SIZE) ? nlength : MAX_ATR_SIZE;
/macosx-10.9.5/apache-786.1/httpd/modules/cache/
H A Dcache_util.c831 static void cache_hash(const char *it, char *val, int ndepth, int nlength) argument
864 memcpy(&val[i], &tmp[k], nlength);
865 k += nlength;
866 val[i + nlength] = '/';
867 i += nlength + 1;
/macosx-10.9.5/emacs-92/emacs/src/
H A Dkeyboard.c8353 int nlength;
8395 nlength = SBYTES (name);
8396 menu[nlength++] = ':';
8397 menu[nlength++] = ' ';
8398 menu[nlength] = 0;
8408 int i = nlength;
8323 int nlength; local

Completed in 103 milliseconds