Home
last modified time | relevance | path

Searched refs:delete_node (Results 1 - 12 of 12) sorted by relevance

/third_party/FatFs/documents/res/
H A Dapp2.c4 / The delete_node() function is for R0.12+.
9 FRESULT delete_node ( in delete_node() function
37 fr = delete_node(path, sz_buff, fno); in delete_node()
68 fr = delete_node(buff, sizeof buff / sizeof buff[0], &fno); in main()
/third_party/musl/libc-test/src/functionalext/queue/
H A Dsys_queue.c45 void delete_node(int data) in delete_node() function
89 delete_node(NODE_TWENTY); in slist_0100()
/third_party/musl/src/malloc/
H A Dmemalign.c50 int status = delete_node(mem); in __memalign()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
H A Dmemalign.c49 int status = delete_node(mem); in __memalign()
H A Dmemory_check.c96 int delete_node(void *ptr) in delete_node() function
/third_party/musl/src/malloc/oldmalloc/
H A Dmalloc_impl.h117 hidden extern int delete_node(void *ptr);
H A Dmalloc.c496 int status = delete_node(p); in realloc()
634 int status = delete_node(p); in free()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
H A Dmalloc_impl.h96 hidden extern int delete_node(void *ptr);
H A Dmalloc.c459 int status = delete_node(p); in realloc()
583 int status = delete_node(p); in free()
/third_party/musl/src/malloc/liteos_a/user_debug/
H A Dmemory_check.c111 int delete_node(void *ptr) in delete_node() function
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse.c356 static void delete_node(struct fuse *f, struct node *node) in delete_node() function
371 delete_node(f, node); in unref_node()
/third_party/libfuse/lib/
H A Dfuse.c813 static void delete_node(struct fuse *f, struct node *node) in delete_node() function
832 delete_node(f, node); in unref_node()

Completed in 21 milliseconds