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

/macosx-10.10/SmartcardCCID-55008/ccid/ccid/src/
H A Dcommands.h29 RESPONSECODE CmdPowerOn(unsigned int reader_index, unsigned int * nlength,
H A Dcommands.c93 RESPONSECODE CmdPowerOn(unsigned int reader_index, unsigned int * nlength, argument
120 r = ControlUSB(reader_index, 0xA1, 0x62, 0, buffer, *nlength);
129 *nlength = r;
175 if ((int)*nlength > r-1)
176 *nlength = r-1;
177 memcpy(buffer, tmp+1, *nlength);
184 length = *nlength;
224 *nlength = length;
226 res = ReadPort(reader_index, nlength, buffer);
229 if (*nlength < STATUS_OFFSE
[all...]
H A Difdhandler.c1107 unsigned int nlength; local
1175 nlength = sizeof(pcbuffer);
1176 return_value = CmdPowerOn(reader_index, &nlength, pcbuffer,
1200 (nlength < MAX_ATR_SIZE) ? nlength : MAX_ATR_SIZE;
/macosx-10.10/apache-793/httpd/modules/cache/
H A Dcache_util.c833 static void cache_hash(const char *it, char *val, int ndepth, int nlength) argument
866 memcpy(&val[i], &tmp[k], nlength);
867 k += nlength;
868 val[i + nlength] = '/';
869 i += nlength + 1;
/macosx-10.10/emacs-93/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 245 milliseconds