Home
last modified time | relevance | path

Searched refs:T_ERROR (Results 26 – 50 of 623) sorted by relevance

12345678910>>...25

/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/stored/
H A Dparse_bsr.c176 if (token == T_ERROR) { in store_client()
204 if (token == T_ERROR) { in store_count()
218 if (token == T_ERROR) { in store_device()
240 if (token == T_ERROR) { in store_findex()
271 if (token == T_ERROR) { in store_fileregex()
299 if (token == T_ERROR) { in store_jobid()
347 if (token == T_ERROR) { in store_job()
377 if (token == T_ERROR) { in store_mediatype()
399 if (token == T_ERROR) { in store_vol()
468 if (token == T_ERROR) { in store_nothing()
[all …]
/dports/sysutils/bacula11-server/bacula-11.0.5/src/stored/
H A Dparse_bsr.c176 if (token == T_ERROR) { in store_client()
204 if (token == T_ERROR) { in store_count()
218 if (token == T_ERROR) { in store_device()
240 if (token == T_ERROR) { in store_findex()
271 if (token == T_ERROR) { in store_fileregex()
299 if (token == T_ERROR) { in store_jobid()
347 if (token == T_ERROR) { in store_job()
377 if (token == T_ERROR) { in store_mediatype()
399 if (token == T_ERROR) { in store_vol()
468 if (token == T_ERROR) { in store_nothing()
[all …]
/dports/sysutils/bacula9-server/bacula-9.6.7/src/stored/
H A Dparse_bsr.c176 if (token == T_ERROR) { in store_client()
204 if (token == T_ERROR) { in store_count()
218 if (token == T_ERROR) { in store_device()
240 if (token == T_ERROR) { in store_findex()
271 if (token == T_ERROR) { in store_fileregex()
299 if (token == T_ERROR) { in store_jobid()
347 if (token == T_ERROR) { in store_job()
377 if (token == T_ERROR) { in store_mediatype()
399 if (token == T_ERROR) { in store_vol()
468 if (token == T_ERROR) { in store_nothing()
[all …]
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/parser/
H A Dqqmljslexer.cpp666 return T_ERROR; in scanToken()
784 return T_ERROR; in scanToken()
880 return T_ERROR; in scanToken()
900 return T_ERROR; in scanString()
975 return T_ERROR; in scanString()
1036 return T_ERROR; in scanString()
1060 return T_ERROR; in scanString()
1075 return T_ERROR; in scanNumber()
1099 return T_ERROR; in scanNumber()
1143 return T_ERROR; in scanNumber()
[all …]
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/parser/
H A Dqqmljslexer.cpp666 return T_ERROR; in scanToken()
784 return T_ERROR; in scanToken()
880 return T_ERROR; in scanToken()
900 return T_ERROR; in scanString()
975 return T_ERROR; in scanString()
1036 return T_ERROR; in scanString()
1060 return T_ERROR; in scanString()
1075 return T_ERROR; in scanNumber()
1099 return T_ERROR; in scanNumber()
1143 return T_ERROR; in scanNumber()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp/async/
H A DTStreamAsyncChannel-inl.h92 T_ERROR("sendMessage: buffer is empty"); in sendMessage()
100 T_ERROR("sendMessage: failed to allocate new write request object"); in sendMessage()
131 T_ERROR("recvMessage: buffer is not empty."); in recvMessage()
349 T_ERROR("TStreamAsyncChannel: read timeout for %s", addressStr.c_str()); in timeoutExpired()
382 T_ERROR("error reading message from %s: %s", addressStr.c_str(), ex.what()); in invokeReadDataAvailable()
515 T_ERROR( in invokeReadCallback()
523 T_ERROR("TAsyncChannel: %s threw exception", callbackName); in invokeReadCallback()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/
H A DTFileTransport.cpp176 T_ERROR("%s", "Trying to double-init TFileTransport"); in initBufferAndWriteThread()
215 T_ERROR("msg size is greater than max event size: %u > %u\n", eventLen, maxEventSize_); in enqueueEvent()
220 T_ERROR("%s", "cannot enqueue an empty event"); in enqueueEvent()
376 T_ERROR( in writerThread()
396 T_ERROR("TFileTransport: unable to reopen log file %s during error recovery", in writerThread()
403 T_ERROR("msg size is greater than max event size: %u > %u\n", in writerThread()
413 T_ERROR("TFileTransport: event size(%u) > chunk size(%u): skipping event", in writerThread()
731 T_ERROR("Read corrupt event. Event size(%u) greater than max event size (%u)", in isEventCorrupted()
737 T_ERROR("Read corrupt event. Event size(%u) greater than chunk size (%u)", in isEventCorrupted()
745 T_ERROR("Read corrupt event. Event crosses chunk boundary. Event size:%u Offset:%lu", in isEventCorrupted()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/
H A DTFileTransport.cpp181 T_ERROR("%s", "Trying to double-init TFileTransport"); in initBufferAndWriteThread()
222 T_ERROR("msg size is greater than max event size: %u > %u\n", eventLen, maxEventSize_); in enqueueEvent()
227 T_ERROR("%s", "cannot enqueue an empty event"); in enqueueEvent()
384 T_ERROR( in writerThread()
404 T_ERROR("TFileTransport: unable to reopen log file %s during error recovery", in writerThread()
411 T_ERROR("msg size is greater than max event size: %u > %u\n", in writerThread()
421 T_ERROR("TFileTransport: event size(%u) > chunk size(%u): skipping event", in writerThread()
740 T_ERROR("Read corrupt event. Event size(%u) greater than max event size (%u)", in isEventCorrupted()
746 T_ERROR("Read corrupt event. Event size(%u) greater than chunk size (%u)", in isEventCorrupted()
754 T_ERROR("Read corrupt event. Event crosses chunk boundary. Event size:%u Offset:%lu", in isEventCorrupted()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/cpp/src/thrift/transport/
H A DTFileTransport.cpp182 T_ERROR("%s", "Trying to double-init TFileTransport"); in initBufferAndWriteThread()
223 T_ERROR("msg size is greater than max event size: %u > %u\n", eventLen, maxEventSize_); in enqueueEvent()
228 T_ERROR("%s", "cannot enqueue an empty event"); in enqueueEvent()
385 T_ERROR( in writerThread()
405 T_ERROR("TFileTransport: unable to reopen log file %s during error recovery", in writerThread()
412 T_ERROR("msg size is greater than max event size: %u > %u\n", in writerThread()
422 T_ERROR("TFileTransport: event size(%u) > chunk size(%u): skipping event", in writerThread()
741 T_ERROR("Read corrupt event. Event size(%u) greater than max event size (%u)", in isEventCorrupted()
747 T_ERROR("Read corrupt event. Event size(%u) greater than chunk size (%u)", in isEventCorrupted()
755 T_ERROR("Read corrupt event. Event crosses chunk boundary. Event size:%u Offset:%lu", in isEventCorrupted()
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/cpp/src/thrift/transport/
H A DTFileTransport.cpp176 T_ERROR("%s", "Trying to double-init TFileTransport"); in initBufferAndWriteThread()
215 T_ERROR("msg size is greater than max event size: %u > %u\n", eventLen, maxEventSize_); in enqueueEvent()
220 T_ERROR("%s", "cannot enqueue an empty event"); in enqueueEvent()
376 T_ERROR( in writerThread()
396 T_ERROR("TFileTransport: unable to reopen log file %s during error recovery", in writerThread()
403 T_ERROR("msg size is greater than max event size: %u > %u\n", in writerThread()
413 T_ERROR("TFileTransport: event size(%u) > chunk size(%u): skipping event", in writerThread()
731 T_ERROR("Read corrupt event. Event size(%u) greater than max event size (%u)", in isEventCorrupted()
737 T_ERROR("Read corrupt event. Event size(%u) greater than chunk size (%u)", in isEventCorrupted()
745 T_ERROR("Read corrupt event. Event crosses chunk boundary. Event size:%u Offset:%lu", in isEventCorrupted()
/dports/devel/thrift-cpp/thrift-0.14.0/lib/cpp/src/thrift/transport/
H A DTFileTransport.cpp176 T_ERROR("%s", "Trying to double-init TFileTransport"); in initBufferAndWriteThread()
215 T_ERROR("msg size is greater than max event size: %u > %u\n", eventLen, maxEventSize_); in enqueueEvent()
220 T_ERROR("%s", "cannot enqueue an empty event"); in enqueueEvent()
376 T_ERROR( in writerThread()
396 T_ERROR("TFileTransport: unable to reopen log file %s during error recovery", in writerThread()
403 T_ERROR("msg size is greater than max event size: %u > %u\n", in writerThread()
413 T_ERROR("TFileTransport: event size(%u) > chunk size(%u): skipping event", in writerThread()
731 T_ERROR("Read corrupt event. Event size(%u) greater than max event size (%u)", in isEventCorrupted()
737 T_ERROR("Read corrupt event. Event size(%u) greater than chunk size (%u)", in isEventCorrupted()
745 T_ERROR("Read corrupt event. Event crosses chunk boundary. Event size:%u Offset:%lu", in isEventCorrupted()
/dports/devel/thrift/thrift-0.14.0/lib/cpp/src/thrift/transport/
H A DTFileTransport.cpp176 T_ERROR("%s", "Trying to double-init TFileTransport"); in initBufferAndWriteThread()
215 T_ERROR("msg size is greater than max event size: %u > %u\n", eventLen, maxEventSize_); in enqueueEvent()
220 T_ERROR("%s", "cannot enqueue an empty event"); in enqueueEvent()
376 T_ERROR( in writerThread()
396 T_ERROR("TFileTransport: unable to reopen log file %s during error recovery", in writerThread()
403 T_ERROR("msg size is greater than max event size: %u > %u\n", in writerThread()
413 T_ERROR("TFileTransport: event size(%u) > chunk size(%u): skipping event", in writerThread()
731 T_ERROR("Read corrupt event. Event size(%u) greater than max event size (%u)", in isEventCorrupted()
737 T_ERROR("Read corrupt event. Event size(%u) greater than chunk size (%u)", in isEventCorrupted()
745 T_ERROR("Read corrupt event. Event crosses chunk boundary. Event size:%u Offset:%lu", in isEventCorrupted()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/
H A DTFileTransport.cpp175 T_ERROR("%s", "Trying to double-init TFileTransport"); in initBufferAndWriteThread()
214 T_ERROR("msg size is greater than max event size: %u > %u\n", eventLen, maxEventSize_); in enqueueEvent()
219 T_ERROR("%s", "cannot enqueue an empty event"); in enqueueEvent()
375 T_ERROR( in writerThread()
395 T_ERROR("TFileTransport: unable to reopen log file %s during error recovery", in writerThread()
402 T_ERROR("msg size is greater than max event size: %u > %u\n", in writerThread()
412 T_ERROR("TFileTransport: event size(%u) > chunk size(%u): skipping event", in writerThread()
727 T_ERROR("Read corrupt event. Event size(%u) greater than max event size (%u)", in isEventCorrupted()
733 T_ERROR("Read corrupt event. Event size(%u) greater than chunk size (%u)", in isEventCorrupted()
741 T_ERROR("Read corrupt event. Event crosses chunk boundary. Event size:%u Offset:%lu", in isEventCorrupted()
/dports/devel/node-thrift/thrift-0.14.0/lib/cpp/src/thrift/transport/
H A DTFileTransport.cpp176 T_ERROR("%s", "Trying to double-init TFileTransport"); in initBufferAndWriteThread()
215 T_ERROR("msg size is greater than max event size: %u > %u\n", eventLen, maxEventSize_); in enqueueEvent()
220 T_ERROR("%s", "cannot enqueue an empty event"); in enqueueEvent()
376 T_ERROR( in writerThread()
396 T_ERROR("TFileTransport: unable to reopen log file %s during error recovery", in writerThread()
403 T_ERROR("msg size is greater than max event size: %u > %u\n", in writerThread()
413 T_ERROR("TFileTransport: event size(%u) > chunk size(%u): skipping event", in writerThread()
731 T_ERROR("Read corrupt event. Event size(%u) greater than max event size (%u)", in isEventCorrupted()
737 T_ERROR("Read corrupt event. Event size(%u) greater than chunk size (%u)", in isEventCorrupted()
745 T_ERROR("Read corrupt event. Event crosses chunk boundary. Event size:%u Offset:%lu", in isEventCorrupted()
/dports/devel/py-thrift/thrift-0.14.0/lib/cpp/src/thrift/transport/
H A DTFileTransport.cpp176 T_ERROR("%s", "Trying to double-init TFileTransport"); in initBufferAndWriteThread()
215 T_ERROR("msg size is greater than max event size: %u > %u\n", eventLen, maxEventSize_); in enqueueEvent()
220 T_ERROR("%s", "cannot enqueue an empty event"); in enqueueEvent()
376 T_ERROR( in writerThread()
396 T_ERROR("TFileTransport: unable to reopen log file %s during error recovery", in writerThread()
403 T_ERROR("msg size is greater than max event size: %u > %u\n", in writerThread()
413 T_ERROR("TFileTransport: event size(%u) > chunk size(%u): skipping event", in writerThread()
731 T_ERROR("Read corrupt event. Event size(%u) greater than max event size (%u)", in isEventCorrupted()
737 T_ERROR("Read corrupt event. Event size(%u) greater than chunk size (%u)", in isEventCorrupted()
745 T_ERROR("Read corrupt event. Event crosses chunk boundary. Event size:%u Offset:%lu", in isEventCorrupted()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/perf/cpp/
H A DAsyncClientWorker2.cpp229 T_ERROR("worker %d exiting after connection error", getID()); in run()
233 T_ERROR("worker %d causing abort after connection error", getID()); in run()
236 T_ERROR( in run()
280 T_ERROR("can't keep up with requested QPS rate"); in performAsyncOperation()
368 T_ERROR( in performAsyncOperation()
412 T_ERROR("throwError() didn't throw any exception"); in genericCob()
443 T_ERROR( in genericCob()
468 T_ERROR("Unexpected exception: %s", ex.what()); in genericCob()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmljs/parser/
H A Dqmljslexer.cpp668 return T_ERROR; in scanToken()
800 return T_ERROR; in scanToken()
894 return T_ERROR; in scanToken()
918 return T_ERROR; in scanString()
995 return T_ERROR; in scanString()
1056 return T_ERROR; in scanString()
1080 return T_ERROR; in scanString()
1095 return T_ERROR; in scanNumber()
1119 return T_ERROR; in scanNumber()
1163 return T_ERROR; in scanNumber()
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/3rdparty/qtcreator-libs/qmljs/parser/
H A Dqmljslexer.cpp586 return T_ERROR; in scanToken()
679 return T_ERROR; in scanToken()
717 return T_ERROR; in scanToken()
730 return T_ERROR; in scanToken()
774 return T_ERROR; in scanToken()
798 return T_ERROR; in scanToken()
822 return T_ERROR; in scanToken()
882 return T_ERROR; in scanToken()
910 return T_ERROR; in scanNumber()
931 return T_ERROR; in scanNumber()
[all …]
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/lib/
H A Dini.c329 if ((token = lex_get_token(lc, T_EQUALS)) == T_ERROR) { in parse()
468 if (lex_get_token(lc, T_STRING) == T_ERROR) { in unserialize()
510 if (lex_get_token(lc, T_STRING) == T_ERROR) { in ini_store_str()
528 if (lex_get_token(lc, T_NAME) == T_ERROR) { in ini_store_name()
560 if (lex_get_token(lc, T_STRING) == T_ERROR) { in ini_store_alist_str()
590 if (lex_get_token(lc, T_PINT64) == T_ERROR) { in ini_store_pint64()
604 if (lex_get_token(lc, T_INT64) == T_ERROR) { in ini_store_int64()
618 if (lex_get_token(lc, T_PINT32) == T_ERROR) { in ini_store_pint32()
632 if (lex_get_token(lc, T_INT32) == T_ERROR) { in ini_store_int32()
646 if (lex_get_token(lc, T_NAME) == T_ERROR) { in ini_store_bool()
[all …]
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/lib/
H A Dini.c331 if ((token = lex_get_token(lc, T_EQUALS)) == T_ERROR) { in parse()
470 if (lex_get_token(lc, T_STRING) == T_ERROR) { in unserialize()
512 if (lex_get_token(lc, T_STRING) == T_ERROR) { in ini_store_str()
530 if (lex_get_token(lc, T_NAME) == T_ERROR) { in ini_store_name()
549 if (lex_get_token(lc, T_STRING) == T_ERROR) { in ini_store_alist_str()
579 if (lex_get_token(lc, T_PINT64) == T_ERROR) { in ini_store_pint64()
593 if (lex_get_token(lc, T_INT64) == T_ERROR) { in ini_store_int64()
607 if (lex_get_token(lc, T_PINT32) == T_ERROR) { in ini_store_pint32()
621 if (lex_get_token(lc, T_INT32) == T_ERROR) { in ini_store_int32()
635 if (lex_get_token(lc, T_NAME) == T_ERROR) { in ini_store_bool()
[all …]
/dports/sysutils/bacula11-client/bacula-11.0.5/src/lib/
H A Dini.c329 if ((token = lex_get_token(lc, T_EQUALS)) == T_ERROR) { in parse()
468 if (lex_get_token(lc, T_STRING) == T_ERROR) { in unserialize()
510 if (lex_get_token(lc, T_STRING) == T_ERROR) { in ini_store_str()
528 if (lex_get_token(lc, T_NAME) == T_ERROR) { in ini_store_name()
560 if (lex_get_token(lc, T_STRING) == T_ERROR) { in ini_store_alist_str()
590 if (lex_get_token(lc, T_PINT64) == T_ERROR) { in ini_store_pint64()
604 if (lex_get_token(lc, T_INT64) == T_ERROR) { in ini_store_int64()
618 if (lex_get_token(lc, T_PINT32) == T_ERROR) { in ini_store_pint32()
632 if (lex_get_token(lc, T_INT32) == T_ERROR) { in ini_store_int32()
646 if (lex_get_token(lc, T_NAME) == T_ERROR) { in ini_store_bool()
[all …]
/dports/sysutils/bacula11-server/bacula-11.0.5/src/lib/
H A Dini.c329 if ((token = lex_get_token(lc, T_EQUALS)) == T_ERROR) { in parse()
468 if (lex_get_token(lc, T_STRING) == T_ERROR) { in unserialize()
510 if (lex_get_token(lc, T_STRING) == T_ERROR) { in ini_store_str()
528 if (lex_get_token(lc, T_NAME) == T_ERROR) { in ini_store_name()
560 if (lex_get_token(lc, T_STRING) == T_ERROR) { in ini_store_alist_str()
590 if (lex_get_token(lc, T_PINT64) == T_ERROR) { in ini_store_pint64()
604 if (lex_get_token(lc, T_INT64) == T_ERROR) { in ini_store_int64()
618 if (lex_get_token(lc, T_PINT32) == T_ERROR) { in ini_store_pint32()
632 if (lex_get_token(lc, T_INT32) == T_ERROR) { in ini_store_int32()
646 if (lex_get_token(lc, T_NAME) == T_ERROR) { in ini_store_bool()
[all …]
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/lib/
H A Dini.c329 if ((token = lex_get_token(lc, T_EQUALS)) == T_ERROR) { in parse()
468 if (lex_get_token(lc, T_STRING) == T_ERROR) { in unserialize()
510 if (lex_get_token(lc, T_STRING) == T_ERROR) { in ini_store_str()
528 if (lex_get_token(lc, T_NAME) == T_ERROR) { in ini_store_name()
560 if (lex_get_token(lc, T_STRING) == T_ERROR) { in ini_store_alist_str()
590 if (lex_get_token(lc, T_PINT64) == T_ERROR) { in ini_store_pint64()
604 if (lex_get_token(lc, T_INT64) == T_ERROR) { in ini_store_int64()
618 if (lex_get_token(lc, T_PINT32) == T_ERROR) { in ini_store_pint32()
632 if (lex_get_token(lc, T_INT32) == T_ERROR) { in ini_store_int32()
646 if (lex_get_token(lc, T_NAME) == T_ERROR) { in ini_store_bool()
[all …]
/dports/sysutils/bacula9-client/bacula-9.6.7/src/lib/
H A Dini.c331 if ((token = lex_get_token(lc, T_EQUALS)) == T_ERROR) { in parse()
470 if (lex_get_token(lc, T_STRING) == T_ERROR) { in unserialize()
512 if (lex_get_token(lc, T_STRING) == T_ERROR) { in ini_store_str()
530 if (lex_get_token(lc, T_NAME) == T_ERROR) { in ini_store_name()
549 if (lex_get_token(lc, T_STRING) == T_ERROR) { in ini_store_alist_str()
579 if (lex_get_token(lc, T_PINT64) == T_ERROR) { in ini_store_pint64()
593 if (lex_get_token(lc, T_INT64) == T_ERROR) { in ini_store_int64()
607 if (lex_get_token(lc, T_PINT32) == T_ERROR) { in ini_store_pint32()
621 if (lex_get_token(lc, T_INT32) == T_ERROR) { in ini_store_int32()
635 if (lex_get_token(lc, T_NAME) == T_ERROR) { in ini_store_bool()
[all …]
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/lib/
H A Dini.c331 if ((token = lex_get_token(lc, T_EQUALS)) == T_ERROR) { in parse()
470 if (lex_get_token(lc, T_STRING) == T_ERROR) { in unserialize()
512 if (lex_get_token(lc, T_STRING) == T_ERROR) { in ini_store_str()
530 if (lex_get_token(lc, T_NAME) == T_ERROR) { in ini_store_name()
549 if (lex_get_token(lc, T_STRING) == T_ERROR) { in ini_store_alist_str()
579 if (lex_get_token(lc, T_PINT64) == T_ERROR) { in ini_store_pint64()
593 if (lex_get_token(lc, T_INT64) == T_ERROR) { in ini_store_int64()
607 if (lex_get_token(lc, T_PINT32) == T_ERROR) { in ini_store_pint32()
621 if (lex_get_token(lc, T_INT32) == T_ERROR) { in ini_store_int32()
635 if (lex_get_token(lc, T_NAME) == T_ERROR) { in ini_store_bool()
[all …]

12345678910>>...25