Home
last modified time | relevance | path

Searched refs:bufferCheck (Results 1 – 14 of 14) sorted by relevance

/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/phpClickHouse/tests/
H A DStreamTest.php33 $bufferCheck='';
35 $bufferCheck=$bufferCheck.$buffer;
41 $this->assertContains($checkString,$bufferCheck);
/dports/cad/verilator/verilator-4.216/include/
H A Dverilated_vcd_c.cpp616 bufferCheck(); in finishLine()
700 bufferCheck(); in fullBit()
711 bufferCheck(); in fullBus()
722 bufferCheck(); in fullQuad()
733 bufferCheck(); in fullArray()
744 bufferCheck(); in fullArray()
752 bufferCheck(); in fullTriBit()
765 bufferCheck(); in fullTriBus()
778 bufferCheck(); in fullTriQuad()
795 bufferCheck(); in fullTriArray()
[all …]
H A Dverilated_save.h82 bufferCheck(); in write()
93 VerilatedSerialize& bufferCheck() VL_MT_UNSAFE_ONE { in bufferCheck() function
155 bufferCheck(); in read()
174 VerilatedDeserialize& bufferCheck() VL_MT_UNSAFE_ONE { in bufferCheck() function
H A Dverilated_save.cpp65 bufferCheck(); in readDiffers()
H A Dverilated_vcd_c.h89 inline void bufferCheck() { in bufferCheck() function
/dports/audio/wmmp/wmmp-0.12.6/src/
H A Dlibmpdclient.c387 char * bufferCheck; in mpd_getNextReturnElement() local
399 bufferCheck = connection->buffer+connection->bufstart; in mpd_getNextReturnElement()
401 !(rt = strstr(bufferCheck,"\n"))) { in mpd_getNextReturnElement()
408 bufferCheck-=connection->bufstart; in mpd_getNextReturnElement()
418 bufferCheck+=connection->buflen-connection->bufstart; in mpd_getNextReturnElement()
/dports/audio/gbemol/gbemol-0.3.2/src/
H A Dlibmpdclient.c494 char * bufferCheck = NULL; in mpd_getNextReturnElement() local
509 bufferCheck = connection->buffer+connection->bufstart; in mpd_getNextReturnElement()
511 !(rt = strchr(bufferCheck,'\n'))) { in mpd_getNextReturnElement()
528 bufferCheck = connection->buffer+connection->buflen; in mpd_getNextReturnElement()
/dports/sysutils/conky-awesome/conky-1.12.2/src/
H A Dlibmpdclient.cc533 char *bufferCheck = nullptr;
550 bufferCheck = connection->buffer + connection->bufstart;
552 ((rt = strchr(bufferCheck, '\n')) == nullptr)) {
566 bufferCheck = connection->buffer + connection->buflen;
/dports/sysutils/conky/conky-1.12.2/src/
H A Dlibmpdclient.cc533 char *bufferCheck = nullptr;
550 bufferCheck = connection->buffer + connection->bufstart;
552 ((rt = strchr(bufferCheck, '\n')) == nullptr)) {
566 bufferCheck = connection->buffer + connection->buflen;
/dports/audio/libmpd/libmpd-11.8.17/src/
H A Dlibmpdclient.c599 char * bufferCheck = NULL; in mpd_getNextReturnElement() local
614 bufferCheck = connection->buffer+connection->bufstart; in mpd_getNextReturnElement()
616 !(rt = strchr(bufferCheck,'\n'))) { in mpd_getNextReturnElement()
633 bufferCheck = connection->buffer+connection->buflen; in mpd_getNextReturnElement()
/dports/audio/ario/ario-1.6/src/lib/
H A Dlibmpdclient.c526 char * bufferCheck = NULL; in mpd_getNextReturnElement() local
541 bufferCheck = connection->buffer+connection->bufstart; in mpd_getNextReturnElement()
543 !(rt = strchr(bufferCheck,'\n'))) { in mpd_getNextReturnElement()
560 bufferCheck = connection->buffer+connection->buflen; in mpd_getNextReturnElement()
/dports/audio/pms/pms-0.42/src/
H A Dlibmpdclient.c563 char * bufferCheck = NULL; in mpd_getNextReturnElement() local
578 bufferCheck = connection->buffer+connection->bufstart; in mpd_getNextReturnElement()
580 !(rt = strchr(bufferCheck,'\n'))) { in mpd_getNextReturnElement()
597 bufferCheck = connection->buffer+connection->buflen; in mpd_getNextReturnElement()
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/geometry/
H A Dtestqgsgeometry.cpp134 void bufferCheck();
1494 void TestQgsGeometry::bufferCheck() in bufferCheck() function in TestQgsGeometry
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgsgeometry.cpp137 void bufferCheck();
17086 void TestQgsGeometry::bufferCheck() in bufferCheck() function in TestQgsGeometry