Home
last modified time | relevance | path

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

12

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dip_frag.c97 if (fp->got_first) { in find_fragment()
107 fp->got_first = TRUE; in find_fragment()
131 if (!candidate->got_first) notify_orphan_fragment(candidate); in find_fragment()
137 if (!candidate->got_first) notify_orphan_fragment(candidate); in find_fragment()
226 fp->got_first = TRUE; in create_fragment()
365 if (fp->got_first) { in find_fragment6()
373 fp->got_first = TRUE; in find_fragment6()
393 if (!candidate->got_first) notify_orphan_fragment6(candidate); in find_fragment6()
399 if (!candidate->got_first) notify_orphan_fragment6(candidate); in find_fragment6()
485 fp->got_first = TRUE; in create_fragment6()
H A Dip_frag.h36 u_int8_t got_first; /* got first packet ? */ member
58 u_int8_t got_first; /* got first packet ? */ member
H A Dcfg.c822 int symbol = FALSE, cindex = 0, got_first = 0, got_first_colon = 0; in sanitize_cfg() local
833 got_first++; in sanitize_cfg()
846 if (symbol && !got_first) { in sanitize_cfg()
852 if (symbol < 0 && !got_first) { in sanitize_cfg()
857 if (symbol > 1 && !got_first) { in sanitize_cfg()
/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/test/rist/
H A Dtest_send_receive.c193 bool got_first = false; in main() local
199 if (!got_first) { in main()
201 got_first = true; in main()
216 if (!got_first || receive_count < 12500) in main()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dauth.c123 svn_boolean_t got_first; /* did we get the provider's first creds? */ member
239 svn_boolean_t got_first = FALSE; in svn_auth_first_credentials() local
280 got_first = FALSE; in svn_auth_first_credentials()
298 got_first = TRUE; in svn_auth_first_credentials()
314 iterstate->got_first = got_first; in svn_auth_first_credentials()
352 if (! state->got_first) in svn_auth_next_credentials()
358 state->got_first = TRUE; in svn_auth_next_credentials()
379 state->got_first = FALSE; in svn_auth_next_credentials()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dauth.c123 svn_boolean_t got_first; /* did we get the provider's first creds? */ member
239 svn_boolean_t got_first = FALSE; in svn_auth_first_credentials() local
280 got_first = FALSE; in svn_auth_first_credentials()
298 got_first = TRUE; in svn_auth_first_credentials()
314 iterstate->got_first = got_first; in svn_auth_first_credentials()
352 if (! state->got_first) in svn_auth_next_credentials()
358 state->got_first = TRUE; in svn_auth_next_credentials()
379 state->got_first = FALSE; in svn_auth_next_credentials()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_subr/
H A Dauth.c123 svn_boolean_t got_first; /* did we get the provider's first creds? */ member
239 svn_boolean_t got_first = FALSE; in svn_auth_first_credentials() local
280 got_first = FALSE; in svn_auth_first_credentials()
298 got_first = TRUE; in svn_auth_first_credentials()
314 iterstate->got_first = got_first; in svn_auth_first_credentials()
352 if (! state->got_first) in svn_auth_next_credentials()
358 state->got_first = TRUE; in svn_auth_next_credentials()
379 state->got_first = FALSE; in svn_auth_next_credentials()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dauth.c123 svn_boolean_t got_first; /* did we get the provider's first creds? */ member
239 svn_boolean_t got_first = FALSE; in svn_auth_first_credentials() local
280 got_first = FALSE; in svn_auth_first_credentials()
298 got_first = TRUE; in svn_auth_first_credentials()
314 iterstate->got_first = got_first; in svn_auth_first_credentials()
352 if (! state->got_first) in svn_auth_next_credentials()
358 state->got_first = TRUE; in svn_auth_next_credentials()
379 state->got_first = FALSE; in svn_auth_next_credentials()
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A Dfile_utils.cpp134 bool got_first{}; in GetSystemAssociation() local
143 if (!got_first) { in GetSystemAssociation()
146 got_first = true; in GetSystemAssociation()
186 if (!got_first) { in GetSystemAssociation()
/dports/lang/libhx/libHX-3.25/src/
H A Dio.c40 bool got_first; member
81 d->got_first = false; in HXdir_open()
130 if (!d->got_first) { in HXdir_read()
131 d->got_first = true; in HXdir_read()
/dports/lang/parrot/parrot-8.1.0/t/library/
H A Dcoroutine.t162 if $I0 goto got_first
165 got_first:
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/python/tbb/
H A Dpool.py611 got_first = False
616 got_first = (len(self._results) == self._remaining)
623 if self._as_iterator and got_first:
/dports/devel/tbb/oneTBB-2020.3/python/tbb/
H A Dpool.py611 got_first = False
616 got_first = (len(self._results) == self._remaining)
623 if self._as_iterator and got_first:
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/python/tbb/
H A Dpool.py611 got_first = False
616 got_first = (len(self._results) == self._remaining)
623 if self._as_iterator and got_first:
/dports/devel/onetbb/oneTBB-2021.4.0/python/tbb/
H A Dpool.py608 got_first = False
613 got_first = (len(self._results) == self._remaining)
620 if self._as_iterator and got_first:
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A DprojectM.cpp109 bool got_first; member
276 if (sd->needs_update || !sd->got_first) { in render_frame()
303 if (sd->update_psize || !sd->got_first) { in render_frame()
407 sd->got_first = true; in render_frame()
591 if (sd->needs_update || sd->needs_more || !sd->got_first || sd->ncycs > 1.) { in worker()
757 sd->got_first = false; in projectM_init()
/dports/graphics/libgphoto2/libgphoto2-2.5.26/libgphoto2_port/gphoto2/
H A Dgphoto2-port-portability.h55 int got_first; member
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/mtproto/
H A DTlsInit.cpp475 std::string got_first(first.size(), '\0'); in wait_hello_response() local
476 it.advance(first.size(), got_first); in wait_hello_response()
477 if (first != got_first) { in wait_hello_response()
/dports/graphics/libgphoto2/libgphoto2-2.5.26/libgphoto2_port/libgphoto2_port/
H A Dgphoto2-port-portability.c81 d->got_first = 0; in gp_system_opendir()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dh264_parser.c58 int got_first; member
578 if (!p->got_first) { in h264_parse()
579 p->got_first = 1; in h264_parse()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dh264_parser.c58 int got_first; member
578 if (!p->got_first) { in h264_parse()
579 p->got_first = 1; in h264_parse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dh264_parser.c56 int got_first; member
576 if (!p->got_first) { in h264_parse()
577 p->got_first = 1; in h264_parse()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dh264_parser.c58 int got_first; member
581 if (!p->got_first) { in h264_parse()
582 p->got_first = 1; in h264_parse()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dh264_parser.c56 int got_first; member
579 if (!p->got_first) { in h264_parse()
580 p->got_first = 1; in h264_parse()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dh264_parser.c460 if (!h->got_first) { in h264_parse()
461 h->got_first = 1; in h264_parse()

12