Home
last modified time | relevance | path

Searched refs:auto_method (Results 1 – 15 of 15) sorted by relevance

/dports/net/csync2/csync2-a8d38eb/
H A Dcfgfile_parser.y64 t->auto_method = -1; in new_group()
171 if (csync_group->auto_method >= 0) in set_auto()
174 if (!strcmp(auto_method, "none")) in set_auto()
177 if (!strcmp(auto_method, "first")) in set_auto()
180 if (!strcmp(auto_method, "younger")) in set_auto()
183 if (!strcmp(auto_method, "older")) in set_auto()
186 if (!strcmp(auto_method, "bigger")) in set_auto()
192 if (!strcmp(auto_method, "left")) in set_auto()
195 if (!strcmp(auto_method, "right")) in set_auto()
204 free(auto_method); in set_auto()
[all …]
H A Dupdate.c128 return g->auto_method; in get_auto_method()
257 int auto_method = get_auto_method(peername, filename); in csync_update_file_del() local
259 switch (auto_method) in csync_update_file_del()
497 int auto_method = get_auto_method(peername, filename); in csync_update_file_mod() local
498 switch (auto_method) in csync_update_file_mod()
525 if (auto_method == CSYNC_AUTO_METHOD_YOUNGER || in csync_update_file_mod()
526 auto_method == CSYNC_AUTO_METHOD_OLDER) { in csync_update_file_mod()
547 if (auto_method == CSYNC_AUTO_METHOD_YOUNGER || in csync_update_file_mod()
548 auto_method == CSYNC_AUTO_METHOD_OLDER) in csync_update_file_mod()
554 (auto_method == CSYNC_AUTO_METHOD_YOUNGER || in csync_update_file_mod()
[all …]
H A Dcsync2.h381 int auto_method, local_slave; member
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dhttp.c877 const char *auto_method = h->flags & AVIO_FLAG_READ ? "POST" : "GET"; in process_line() local
904 av_log(h, AV_LOG_TRACE, "Autodetected %s HTTP method\n", auto_method); in process_line()
905 if (av_strcasecmp(auto_method, method)) { in process_line()
907 "(%s autodetected %s received)\n", auto_method, method); in process_line()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dhttp.c910 const char *auto_method = h->flags & AVIO_FLAG_READ ? "POST" : "GET"; in process_line() local
937 av_log(h, AV_LOG_TRACE, "Autodetected %s HTTP method\n", auto_method); in process_line()
938 if (av_strcasecmp(auto_method, method)) { in process_line()
940 "(%s autodetected %s received)\n", auto_method, method); in process_line()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dhttp.c913 const char *auto_method = h->flags & AVIO_FLAG_READ ? "POST" : "GET"; in process_line() local
940 av_log(h, AV_LOG_TRACE, "Autodetected %s HTTP method\n", auto_method); in process_line()
941 if (av_strcasecmp(auto_method, method)) { in process_line()
943 "(%s autodetected %s received)\n", auto_method, method); in process_line()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dhttp.c972 const char *auto_method = h->flags & AVIO_FLAG_READ ? "POST" : "GET"; in process_line() local
999 av_log(h, AV_LOG_TRACE, "Autodetected %s HTTP method\n", auto_method); in process_line()
1000 if (av_strcasecmp(auto_method, method)) { in process_line()
1002 "(%s autodetected %s received)\n", auto_method, method); in process_line()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dhttp.c972 const char *auto_method = h->flags & AVIO_FLAG_READ ? "POST" : "GET"; in process_line() local
999 av_log(h, AV_LOG_TRACE, "Autodetected %s HTTP method\n", auto_method); in process_line()
1000 if (av_strcasecmp(auto_method, method)) { in process_line()
1002 "(%s autodetected %s received)\n", auto_method, method); in process_line()
/dports/emulators/qemu/qemu-6.2.0/meson/mesonbuild/interpreter/
H A Dinterpreterobjects.py87 'auto': self.auto_method,
118 def auto_method(self, args: T.List[TYPE_var], kwargs: TYPE_kwargs) -> bool: member in FeatureOptionHolder
/dports/devel/meson/meson-0.60.3/mesonbuild/interpreter/
H A Dinterpreterobjects.py93 'auto': self.auto_method,
124 def auto_method(self, args: T.List[TYPE_var], kwargs: TYPE_kwargs) -> bool: member in FeatureOptionHolder
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/mesonbuild/interpreter/
H A Dinterpreterobjects.py93 'auto': self.auto_method,
124 def auto_method(self, args: T.List[TYPE_var], kwargs: TYPE_kwargs) -> bool: member in FeatureOptionHolder
/dports/devel/meson/stage/usr/local/lib/python3.8/site-packages/mesonbuild/interpreter/
H A Dinterpreterobjects.py93 'auto': self.auto_method,
124 def auto_method(self, args: T.List[TYPE_var], kwargs: TYPE_kwargs) -> bool: member in FeatureOptionHolder
/dports/devel/meson/meson-0.60.3/build/lib/mesonbuild/interpreter/
H A Dinterpreterobjects.py93 'auto': self.auto_method,
124 def auto_method(self, args: T.List[TYPE_var], kwargs: TYPE_kwargs) -> bool: member in FeatureOptionHolder
/dports/emulators/qemu60/qemu-6.0.0/meson/mesonbuild/
H A Dinterpreter.py82 'auto': self.auto_method,
97 def auto_method(self, args, kwargs): member in FeatureOptionHolder
/dports/emulators/qemu5/qemu-5.2.0/meson/mesonbuild/
H A Dinterpreter.py82 'auto': self.auto_method,
97 def auto_method(self, args, kwargs): member in FeatureOptionHolder