Home
last modified time | relevance | path

Searched defs:nitems (Results 26 - 50 of 58) sorted by relevance

123

/third_party/zlib/
H A Dgzwrite.c267 z_size_t ZEXPORT gzfwrite(voidpc buf, z_size_t size, z_size_t nitems, in gzfwrite() argument
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_gzip/
H A Dgzip_n_exporter.cpp56 int64_t nitems = 0; member
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/
H A Ddownloader.cpp339 size_t Downloader::RxBodyData(void* buffer, size_t size, size_t nitems, void* userParam) in RxBodyData() argument
390 size_t Downloader::RxHeaderData(void* buffer, size_t size, size_t nitems, void* userParam) in RxHeaderData() argument
/third_party/toybox/toys/net/
H A Dnetstat.c126 unsigned lport, rport, state, txq, rxq, num, uid, nitems; in show_ip() local
/third_party/ffmpeg/libavcodec/
H A Dmagicyuvenc.c280 int nitems; ///< number of items in the list and probability ex. 4 member
[all...]
/third_party/curl/lib/
H A Dtransfer.c132 static size_t trailers_read(char *buffer, size_t size, size_t nitems, in trailers_read() argument
H A Dhttp.c1184 readmoredata(char *buffer, size_t size, size_t nitems, void *userp) readmoredata() argument
H A Dmime.c659 static size_t mime_mem_read(char *buffer, size_t size, size_t nitems, in mime_mem_read() argument
716 static size_t mime_file_read(char *buffer, size_t size, size_t nitems, in mime_file_read() argument
998 static size_t mime_subparts_read(char *buffer, size_t size, size_t nitems, in mime_subparts_read() argument
1582 Curl_mime_read(char *buffer, size_t size, size_t nitems, void *instream) Curl_mime_read() argument
[all...]
/third_party/curl/src/
H A Dtool_formparse.c180 tool_mime_stdin_read(char *buffer, size_t size, size_t nitems, void *arg) tool_mime_stdin_read() argument
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hid.c38 #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) macro
/third_party/FreeBSD/lib/libc/gen/
H A Dfts.c122 size_t len, nitems; in fts_open() local
639 size_t dnamlen, len, maxlen, nitems; in fts_build() local
978 fts_sort(FTS *sp, FTSENT *head, size_t nitems) fts_sort() argument
[all...]
/third_party/popt/src/
H A Dpopthelp.c542 itemHelp(FILE * fp, poptItem items, int nitems, columns_t columns, const char * translation_domain) itemHelp() argument
721 itemUsage(FILE * fp, columns_t columns, poptItem item, int nitems, const char * translation_domain) itemUsage() argument
H A Dpopt.c1510 poptItem poptFreeItems(poptItem items, int nitems) in poptFreeItems() argument
1575 int * nitems; in poptAddItem() local
/third_party/python/Objects/
H A Dgenericaliasobject.c372 Py_ssize_t nitems = is_tuple ? PyTuple_GET_SIZE(item) : 1; in _unpack_args() local
438 Py_ssize_t nitems = is_tuple ? PyTuple_GET_SIZE(item) : 1; in _Py_subs_parameters() local
H A Dobject.c185 _PyObject_NewVar(PyTypeObject *tp, Py_ssize_t nitems) in _PyObject_NewVar() argument
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dcommon_func.cpp1155 int64_t nitems = 0; in GetGZFReadArg() local
1204 int64_t nitems = 0; in GetGZFWriteArg() local
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.cpp725 size_t Downloader::RxBodyData(void* buffer, size_t size, size_t nitems, void* userParam) in RxBodyData() argument
787 bool Downloader::HandleContentRange(HeaderInfo* info, char* key, char* next, size_t size, size_t nitems) in HandleContentRange() argument
809 bool Downloader::HandleContentType(HeaderInfo* info, char* key, char* next, size_t size, size_t nitems) in HandleContentType() argument
822 bool Downloader::HandleContentEncode(HeaderInfo* info, char* key, char* next, size_t size, size_t nitems) in HandleContentEncode() argument
853 bool Downloader::HandleRange(HeaderInfo* info, char* key, char* next, size_t size, size_t nitems) in HandleRange() argument
877 size_t Downloader::RxHeaderData(void* buffer, size_t size, size_t nitems, void* userParam) in RxHeaderData() argument
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcallbacks.c237 void *FillpMemCalloc(IN FILLP_UINT32 nitems, IN FILLP_UINT32 size) in FillpMemCalloc() argument
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_curve.c3307 size_t EC_get_builtin_curves(EC_builtin_curve *r, size_t nitems) in EC_get_builtin_curves() argument
/third_party/openssl/crypto/ec/
H A Dec_curve.c3307 size_t EC_get_builtin_curves(EC_builtin_curve *r, size_t nitems) in EC_get_builtin_curves() argument
/third_party/mesa3d/src/glx/
H A Dglxcmds.c1596 glXChooseFBConfig(Display * dpy, int screen, const int *attribList, int *nitems) glXChooseFBConfig() argument
/third_party/python/Modules/
H A D_operator.c975 Py_ssize_t nitems; member
993 Py_ssize_t nitems; in itemgetter_new() local
1091 Py_ssize_t i, nitems=ig->nitems; in itemgetter_call_impl() local
[all...]
H A D_testbuffer.c109 ndbuf_new(Py_ssize_t nitems, Py_ssize_t itemsize, Py_ssize_t offset, int flags) in ndbuf_new() argument
307 Py_ssize_t nitems; /* number of items */ in pack_from_list() local
1182 Py_ssize_t nitems; in init_ndbuf() local
1558 Py_ssize_t nitems; /* item in ptr_from_index() local
[all...]
H A Dgcmodule.c2307 _PyObject_GC_NewVar(PyTypeObject *tp, Py_ssize_t nitems) in _PyObject_GC_NewVar() argument
2327 _PyObject_GC_Resize(PyVarObject *op, Py_ssize_t nitems) in _PyObject_GC_Resize() argument
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dglx_api.c1821 glXChooseFBConfig(Display *dpy, int screen, const int *attribList, int *nitems) glXChooseFBConfig() argument

Completed in 53 milliseconds

123