Searched refs:bufsz (Results 1 - 6 of 6) sorted by relevance
/external/kernel-headers/original/linux/ |
H A D | kexec.h | 48 size_t bufsz; member in struct:kexec_segment 56 compat_size_t bufsz; member in struct:compat_kexec_segment
|
/external/icu4c/extra/uconv/ |
H A D | uconv.cpp | 563 bufsz(0), signature(0) {} 567 bufsz = bufferSize; 569 buf = new char[2 * bufsz]; 570 outbuf = buf + bufsz; 573 fromoffsets = new int32_t[bufsz + 1]; 598 size_t bufsz; member in class:ConvertFile 764 rd = fread(buf, 1, bufsz, infile); 784 flush = (UBool)(rd != bufsz); 791 unibuf = unibufp = u.getBuffer((int32_t)bufsz); 793 // Use bufsz instea 1127 size_t bufsz = DEFAULT_BUFSZ; local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/cdrom/aix/ |
H A D | SDL_syscdrom.c | 146 int bufsz; local 151 bufsz = 10; 161 ret = mntctl ( MCTL_QUERY, bufsz, buffer ); 165 bufsz = *(int*)buffer; /* Required size is in first word. */ 169 buffer = (char*)SDL_malloc(bufsz); 174 bufsz );
|
/external/openssl/crypto/rand/ |
H A D | rand_os2.c | 83 APIRET APIENTRY(*DosQuerySysState) (ULONG func, ULONG arg1, ULONG pid, ULONG _res_, PVOID buf, ULONG bufsz) = NULL;
|
H A D | rand_win.c | 299 DWORD bufsz=0; 304 buf = realloc(buf,bufsz+8192); 307 bufsz += 8192; 309 length = bufsz;
|
/external/chromium/third_party/libevent/ |
H A D | evdns.c | 2916 DWORD bufsz = 0, type = 0; local 2919 if (RegQueryValueEx(key, subkey, 0, &type, NULL, &bufsz) 2922 if (!(buf = malloc(bufsz))) 2925 if (RegQueryValueEx(key, subkey, 0, &type, (LPBYTE)buf, &bufsz) 2926 == ERROR_SUCCESS && bufsz > 1) {
|
Completed in 377 milliseconds