Home
last modified time | relevance | path

Searched defs:head (Results 501 - 525 of 751) sorted by relevance

1...<<2122232425262728293031

/foundation/communication/dsoftbus/core/connection/tcp/src/
H A Dsoftbus_tcp_connect_manager.c269 static char *RecvData(const ConnPktHead *head, int32_t fd, uint32_t len) in RecvData() argument
363 ConnPktHead head = {0}; in TcpOnDataEventIn() local
[all...]
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_manager_test.cpp525 AuthDataHead head; in HWTEST_F() local
699 AuthDataHead head; HWTEST_F() local
807 AuthDataHead head; HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_manager.c426 static int32_t ClientTransProxyCheckSliceHead(const SliceHead *head) in ClientTransProxyCheckSliceHead() argument
568 PacketHead head; ClientTransProxyNoSubPacketProc() local
665 ClientTransProxySliceProcessChkPkgIsValid( const SliceProcessor *processor, const SliceHead *head, const char *data, uint32_t len) ClientTransProxySliceProcessChkPkgIsValid() argument
686 ClientGetActualDataLen(const SliceHead *head, uint32_t *actualDataLen) ClientGetActualDataLen() argument
702 ClientTransProxyFirstSliceProcess( SliceProcessor *processor, const SliceHead *head, const char *data, uint32_t len) ClientTransProxyFirstSliceProcess() argument
748 ClientTransProxyLastSliceProcess( SliceProcessor *processor, const SliceHead *head, const char *data, uint32_t len, int32_t channelId) ClientTransProxyLastSliceProcess() argument
777 ClientTransProxyNormalSliceProcess( SliceProcessor *processor, const SliceHead *head, const char *data, uint32_t len) ClientTransProxyNormalSliceProcess() argument
796 ClientTransProxySubPacketProc(int32_t channelId, const SliceHead *head, const char *data, uint32_t len) ClientTransProxySubPacketProc() argument
[all...]
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_device.c188 AuthDataHead head; in AuthDevicePostTransData() local
/foundation/communication/wifi/wifi/frameworks/cj/include/
H A Dffi_structs.h48 CWifiScanInfo *head; member
125 CWifiP2pDevice *head; member
176 CWifiDeviceConfig *head; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_json_object.cpp463 cJSON *head = cjson_; in GetItemField() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dpacket.c34 Payload *head; member
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_input.c875 struct FillpPktHead *head = (struct FillpPktHead *)(void *)buf->p; in FillpDoInput() local
[all...]
/foundation/window/window_manager_lite/services/wms/
H A Dlite_wm.cpp209 auto head = winList_.Begin()->prev_; in RaiseToTop() local
228 auto head = winList_.Begin()->prev_; in LowerToBottom() local
[all...]
/third_party/ffmpeg/libavformat/
H A Davformat.c805 struct KeyFrameNode *head = NULL; // head pointer in av_get_key_frame_pos_from_stream() local
/third_party/curl/lib/
H A Dtransfer.c103 struct curl_slist *head; in Curl_checkheaders() local
H A Dhttp_aws_sigv4.c81 static void trim_headers(struct curl_slist *head) in trim_headers() argument
144 struct curl_slist *head = NULL; in make_headers() local
[all...]
/third_party/cups-filters/fontembed/
H A Dsfnt.c209 char *head=otf_get_table(otf,OTF_TAG('h','e','a','d'),&len); in otf_do_load() local
[all...]
/third_party/FreeBSD/lib/libc/gen/
H A Dfts.c631 FTSENT *p, *head; in fts_build() local
978 fts_sort(FTS *sp, FTSENT *head, size_t nitems) fts_sort() argument
1054 fts_lfree(FTSENT *head) fts_lfree() argument
1085 fts_padjust(FTS *sp, FTSENT *head) fts_padjust() argument
[all...]
/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Ddir.c1073 reconnect(struct fat_descriptor *fat, cl_t head, size_t length) reconnect() argument
[all...]
H A Dfat.c1034 checkchain(struct fat_descriptor *fat, cl_t head, size_t *chainsize) checkchain() argument
1120 clearchain(struct fat_descriptor *fat, cl_t head) clearchain() argument
1247 cl_t head; checklost() local
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h68 list_empty(const struct list_head *head) in list_empty() argument
75 list_empty_careful(const struct list_head *head) in list_empty_careful() argument
206 list_add(struct list_head *new, struct list_head *head) list_add() argument
213 list_add_tail(struct list_head *new, struct list_head *head) list_add_tail() argument
220 list_move(struct list_head *list, struct list_head *head) list_move() argument
228 list_move_tail(struct list_head *entry, struct list_head *head) list_move_tail() argument
236 list_rotate_to_front(struct list_head *entry, struct list_head *head) list_rotate_to_front() argument
243 list_bulk_move_tail(struct list_head *head, struct list_head *first, struct list_head *last) list_bulk_move_tail() argument
272 list_splice(const struct list_head *list, struct list_head *head) list_splice() argument
279 list_splice_tail(struct list_head *list, struct list_head *head) list_splice_tail() argument
286 list_splice_init(struct list_head *list, struct list_head *head) list_splice_init() argument
294 list_splice_tail_init(struct list_head *list, struct list_head *head) list_splice_tail_init() argument
393 list_is_singular(const struct list_head *head) list_is_singular() argument
398 __list_cut_position(struct list_head *list, struct list_head *head, struct list_head *entry) __list_cut_position() argument
410 list_cut_position(struct list_head *list, struct list_head *head, struct list_head *entry) list_cut_position() argument
424 list_is_first(const struct list_head *list, const struct list_head *head) list_is_first() argument
431 list_is_last(const struct list_head *list, const struct list_head *head) list_is_last() argument
[all...]
/third_party/libuv/src/unix/
H A Dfsevents.c232 struct uv__queue head; in uv__fsevents_event_cb() local
/third_party/libdrm/nouveau/
H A Dnouveau.h173 struct nouveau_list head; member
/third_party/mesa3d/src/compiler/glsl/glcpp/
H A Dglcpp.h56 string_node_t *head; member
118 token_node_t *head; member
129 argument_node_t *head; member
/third_party/mesa3d/src/glx/
H A Ddriwindows_glx.c422 struct glx_config head, *tail, *m; in driwindowsMapConfigs() local
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.h140 Posf *head; /* Heads of the hash chains or NIL. */ member
/third_party/ntfs-3g/include/ntfs-3g/
H A Dsecurity.h118 struct CACHED_PERMISSIONS_HEADER head; member
/third_party/musl/porting/liteos_m/user/src/internal/
H A Dpthread_impl.h43 volatile void *volatile head; member
/third_party/musl/porting/linux/user/src/internal/
H A Dpthread_impl.h72 volatile void *volatile head; member

Completed in 28 milliseconds

1...<<2122232425262728293031