Home
last modified time | relevance | path

Searched refs:id_struct (Results 1 – 25 of 30) sorted by relevance

12

/dports/audio/harp/harp-0.6.0/
H A Dplayer.c457 struct IDList id_struct; in remitem() local
475 if(getGroupSongIDs(com+x,ADV_COM_ARG_LEN,&id_struct)==HARP_RET_ERR) in remitem()
484 printf("Removed %d songs.\n",id_struct.length); in remitem()
485 cleanTempSelect(id_struct.tempselectid); in remitem()
486 free(id_struct.songid); in remitem()
491 struct IDList id_struct; in additem() local
508 if(getGroupSongIDs(com+x,ADV_COM_ARG_LEN,&id_struct)==HARP_RET_ERR) in additem()
517 if(pca->cur_order>=dest)pca->cur_order+=id_struct.length; in additem()
518 if(pca->next_order>dest)pca->next_order+=id_struct.length; in additem()
526 cleanTempSelect(id_struct.tempselectid); in additem()
[all …]
H A Dutil.c426 int getGroupSongIDs(char *args, const int arglen, struct IDList *id_struct){ in getGroupSongIDs() argument
478 id_struct->tempselectid=insertTempSelect(song_ids,song_idlen); in getGroupSongIDs()
479 id_struct->songid=song_ids; in getGroupSongIDs()
480 id_struct->length=song_idlen; in getGroupSongIDs()
515 id_struct->tempselectid=insertTempSelect(song_ids,song_idlen); in getGroupSongIDs()
516 id_struct->songid=song_ids; in getGroupSongIDs()
517 id_struct->length=song_idlen; in getGroupSongIDs()
H A Dedit.c836 struct IDList *id_struct=&sid_struct; in songPortal() local
838 {'L',listSongs,"List affected songs",id_struct}, in songPortal()
839 {'t',editSongName,"Change title",id_struct}, in songPortal()
840 {'k',editSongTrack,"Change track number",id_struct}, in songPortal()
841 {'l',editSongLocation,"Change location",id_struct}, in songPortal()
842 {'a',editSongAlbum,"Change album",id_struct}, in songPortal()
843 {'r',editSongArtist,"Change artist",id_struct}, in songPortal()
844 {'d',deleteSong,"Delete from database",id_struct}, in songPortal()
845 {'v',songActivation,"Toggle activation",id_struct}, in songPortal()
846 {'g',songGenrePortal,"Manage genre",id_struct}, in songPortal()
[all …]
H A Dutil.h32 int getGroupSongIDs(char *args, const int arglen, struct IDList *id_struct);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dcxx2a-destroying-delete.cpp129 template<typename T> struct id_struct { using type = T; }; struct
141 …void operator delete(typename id_struct<D>::type *, std::destroying_delete_t); // expected-error {…
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dcxx2a-destroying-delete.cpp129 template<typename T> struct id_struct { using type = T; }; struct
141 …void operator delete(typename id_struct<D>::type *, std::destroying_delete_t); // expected-error {…
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dcxx2a-destroying-delete.cpp129 template<typename T> struct id_struct { using type = T; }; argument
141 …void operator delete(typename id_struct<D>::type *, std::destroying_delete_t); // expected-error {…
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-destroying-delete.cpp129 template<typename T> struct id_struct { using type = T; }; struct
141 …void operator delete(typename id_struct<D>::type *, std::destroying_delete_t); // expected-error {…
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-destroying-delete.cpp129 template<typename T> struct id_struct { using type = T; }; argument
141 …void operator delete(typename id_struct<D>::type *, std::destroying_delete_t); // expected-error {…
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dcxx2a-destroying-delete.cpp129 template<typename T> struct id_struct { using type = T; }; struct
141 …void operator delete(typename id_struct<D>::type *, std::destroying_delete_t); // expected-error {…
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-destroying-delete.cpp129 template<typename T> struct id_struct { using type = T; }; argument
141 …void operator delete(typename id_struct<D>::type *, std::destroying_delete_t); // expected-error {…
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dcxx2a-destroying-delete.cpp129 template<typename T> struct id_struct { using type = T; }; argument
141 …void operator delete(typename id_struct<D>::type *, std::destroying_delete_t); // expected-error {…
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-destroying-delete.cpp129 template<typename T> struct id_struct { using type = T; }; argument
141 …void operator delete(typename id_struct<D>::type *, std::destroying_delete_t); // expected-error {…
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-destroying-delete.cpp129 template<typename T> struct id_struct { using type = T; }; struct
141 …void operator delete(typename id_struct<D>::type *, std::destroying_delete_t); // expected-error {…
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dcxx2a-destroying-delete.cpp129 template<typename T> struct id_struct { using type = T; }; argument
141 …void operator delete(typename id_struct<D>::type *, std::destroying_delete_t); // expected-error {…
/dports/dns/py-dns-lexicon/dns-lexicon-3.8.3/lexicon/providers/
H A Ddreamhost.py61 id_struct = {
66 return base64.urlsafe_b64encode(json.dumps(id_struct).encode("utf-8")).decode(
/dports/science/py-obspy/obspy-1.2.2/obspy/io/dmx/
H A Dcore.py105 elif structtag.id_struct == 7:
134 if structtag.id_struct == 7:
/dports/net-mgmt/fastnetmon/fastnetmon-1.1.4/src/
H A Dfast_dpi.cpp3 void debug_printf(u_int32_t protocol, void *id_struct, ndpi_log_level_t log_level, const char *form… in debug_printf() argument
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/jutil/
H A Datof.c202 struct id_struct struct
572 return (strcmp (((struct id_struct *) a)->str, ((struct id_struct *) b)->str));
578 qsort ((char *) &id[0], id_num, sizeof (struct id_struct), sort_func_id); in sort_id()
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/jutil/
H A Datof.c202 struct id_struct struct
572 return (strcmp (((struct id_struct *) a)->str, ((struct id_struct *) b)->str));
578 qsort ((char *) &id[0], id_num, sizeof (struct id_struct), sort_func_id); in sort_id()
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/jutil/
H A Datof.c202 struct id_struct struct
572 return (strcmp (((struct id_struct *) a)->str, ((struct id_struct *) b)->str));
578 qsort ((char *) &id[0], id_num, sizeof (struct id_struct), sort_func_id); in sort_id()
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/jutil/
H A Datof.c202 struct id_struct struct
572 return (strcmp (((struct id_struct *) a)->str, ((struct id_struct *) b)->str));
578 qsort ((char *) &id[0], id_num, sizeof (struct id_struct), sort_func_id); in sort_id()
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/jutil/
H A Datof.c202 struct id_struct struct
572 return (strcmp (((struct id_struct *) a)->str, ((struct id_struct *) b)->str));
578 qsort ((char *) &id[0], id_num, sizeof (struct id_struct), sort_func_id); in sort_id()
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/jutil/
H A Datof.c202 struct id_struct struct
572 return (strcmp (((struct id_struct *) a)->str, ((struct id_struct *) b)->str));
578 qsort ((char *) &id[0], id_num, sizeof (struct id_struct), sort_func_id); in sort_id()
/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/
H A Dipsock.h110 Address(const struct id_struct & addr);
111 Address & operator=(const struct id_struct & addr);

12