Home
last modified time | relevance | path

Searched defs:namelen (Results 126 - 150 of 160) sorted by relevance

1234567

/third_party/f2fs-tools/fsck/
H A Dfsck.c708 u32 namelen; in fsck_chk_inode_blk() local
2697 size_t namelen; fsck_do_reconnect_file() local
[all...]
H A Dmount.c245 u32 namelen = le32_to_cpu(inode->i_namelen); in print_inode_info() local
/third_party/curl/lib/
H A Dhttp.c1749 size_t namelen, valuelen; in Curl_dynhds_add_custom() local
4812 size_t namelen; global() member
4824 h2_non_field(const char *name, size_t namelen) h2_non_field() argument
[all...]
H A Dhttp2.c1395 on_header(nghttp2_session *session, const nghttp2_frame *frame, const uint8_t *name, size_t namelen, const uint8_t *value, size_t valuelen, uint8_t flags, void *userp) on_header() argument
[all...]
/third_party/libuv/src/win/
H A Dpipe.c709 uv_pipe_bind2(uv_pipe_t* handle, const char* name, size_t namelen, unsigned int flags) uv_pipe_bind2() argument
876 uv_pipe_connect2(uv_connect_t* req, uv_pipe_t* handle, const char* name, size_t namelen, unsigned int flags, uv_connect_cb cb) uv_pipe_connect2() argument
[all...]
/third_party/libuv/src/unix/
H A Dcore.c1765 uv__getsockpeername(const uv_handle_t* handle, uv__peersockfunc func, struct sockaddr* name, int* namelen) uv__getsockpeername() argument
H A Dlinux.c2054 size_t namelen = strlen(ent->ifa_name); in uv_interface_addresses() local
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_kernel.h103 __u32 namelen; member
433 __u32 namelen; member
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_lowlevel.c232 size_t fuse_dirent_size(size_t namelen) in fuse_dirent_size() argument
240 unsigned namelen = strlen(name); in fuse_add_dirent() local
/third_party/ntfs-3g/ntfsprogs/
H A Dplaylog.c2333 u32 namelen; in redo_open_attribute() local
3414 u32 namelen; undo_open_attribute() local
[all...]
/third_party/nghttp2/src/
H A Dh2load.cc922 void Client::on_header(int32_t stream_id, const uint8_t *name, size_t namelen, in on_header() argument
H A Dshrpx_config.cc479 LogFragmentType log_var_lookup_token(const char *name, size_t namelen) { in log_var_lookup_token() argument
1784 int option_lookup_token(const char *name, size_t namelen) { in option_lookup_token() argument
H A Dnghttp.cc1901 on_header_callback(nghttp2_session *session, const nghttp2_frame *frame, const uint8_t *name, size_t namelen, const uint8_t *value, size_t valuelen, uint8_t flags, void *user_data) on_header_callback() argument
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
H A Dnghttp3.h744 size_t namelen; member
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.c331 static int32_t qpack_lookup_token(const uint8_t *name, size_t namelen) { in qpack_lookup_token() argument
726 static size_t table_space(size_t namelen, size_t valuelen) { in table_space() argument
[all...]
/third_party/lwip/src/api/
H A Dsockets.c726 lwip_bind(int s, const struct sockaddr *name, socklen_t namelen) in lwip_bind() argument
832 lwip_connect(int s, const struct sockaddr *name, socklen_t namelen) lwip_connect() argument
842 lwip_connect_internal(int s, const struct sockaddr *name, socklen_t namelen) lwip_connect_internal() argument
[all...]
/third_party/python/Python/
H A Dtraceback.c302 _Py_FindSourceFile(PyObject *filename, char* namebuf, size_t namelen, PyObject *io) in _Py_FindSourceFile() argument
/third_party/elfutils/src/
H A Delflint.c3629 size_t namelen; member
/third_party/alsa-utils/aplay/
H A Daplay.c3144 static int new_capture_file(char *name, char *namebuf, size_t namelen, argument
/third_party/NuttX/fs/nfs/
H A Dnfs_proto.h460 uint32_t namelen; /* Size of name[] */ member
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h574 size_t namelen; member
/third_party/mesa3d/src/mesa/main/
H A Dshaderapi.c3513 _mesa_NamedStringARB(GLenum type, GLint namelen, const GLchar *name, in _mesa_NamedStringARB() argument
3579 _mesa_DeleteNamedStringARB(GLint namelen, const GLchar *name) in _mesa_DeleteNamedStringARB() argument
3673 _mesa_IsNamedStringARB(GLint namelen, const GLchar *name) in _mesa_IsNamedStringARB() argument
3692 _mesa_GetNamedStringARB(GLint namelen, const GLchar *name, GLsizei bufSize, in _mesa_GetNamedStringARB() argument
3720 _mesa_GetNamedStringivARB(GLint namelen, const GLchar *name, in _mesa_GetNamedStringivARB() argument
[all...]
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h569 size_t namelen; member
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c283 size_t namelen; local
374 size_t namelen; local
2332 fuse_lowlevel_notify_entry(struct fuse_session *se, fuse_ino_t parent, const char *name, size_t namelen, enum fuse_notify_entry_flags flags) global() argument
2359 fuse_lowlevel_notify_inval_entry(struct fuse_session *se, fuse_ino_t parent, const char *name, size_t namelen) global() argument
2365 fuse_lowlevel_notify_expire_entry(struct fuse_session *se, fuse_ino_t parent, const char *name, size_t namelen) global() argument
2378 fuse_lowlevel_notify_delete(struct fuse_session *se, fuse_ino_t parent, fuse_ino_t child, const char *name, size_t namelen) global() argument
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Devaluate.c2099 int namelen = 9; in evaluate_member_dereference() local

Completed in 82 milliseconds

1234567