Home
last modified time | relevance | path

Searched refs:seplen (Results 1 – 25 of 505) sorted by relevance

12345678910>>...21

/dports/games/py-pychess/pychess-1.0.2/lib/pychess/System/
H A Dreaduntil.py79 seplen = len(separator)
80 if seplen == 0:
114 if buflen - offset >= seplen:
123 offset = buflen + 1 - seplen
145 chunk = self._buffer[:isep + seplen]
146 del self._buffer[:isep + seplen]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqbytearraylist.cpp125 static int QByteArrayList_joinedSize(const QByteArrayList *that, int seplen) in QByteArrayList_joinedSize() argument
134 totalLength += seplen * (size - 1); in QByteArrayList_joinedSize()
139 QByteArray QtPrivate::QByteArrayList_join(const QByteArrayList *that, const char *sep, int seplen) in QByteArrayList_join() argument
142 if (const int joinedSize = QByteArrayList_joinedSize(that, seplen)) in QByteArrayList_join()
147 res.append(sep, seplen); in QByteArrayList_join()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqbytearraylist.cpp125 static int QByteArrayList_joinedSize(const QByteArrayList *that, int seplen) in QByteArrayList_joinedSize() argument
134 totalLength += seplen * (size - 1); in QByteArrayList_joinedSize()
139 QByteArray QtPrivate::QByteArrayList_join(const QByteArrayList *that, const char *sep, int seplen) in QByteArrayList_join() argument
142 if (const int joinedSize = QByteArrayList_joinedSize(that, seplen)) in QByteArrayList_join()
147 res.append(sep, seplen); in QByteArrayList_join()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqbytearraylist.cpp125 static int QByteArrayList_joinedSize(const QByteArrayList *that, int seplen) in QByteArrayList_joinedSize() argument
134 totalLength += seplen * (size - 1); in QByteArrayList_joinedSize()
139 QByteArray QtPrivate::QByteArrayList_join(const QByteArrayList *that, const char *sep, int seplen) in QByteArrayList_join() argument
142 if (const int joinedSize = QByteArrayList_joinedSize(that, seplen)) in QByteArrayList_join()
147 res.append(sep, seplen); in QByteArrayList_join()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqbytearraylist.cpp125 static int QByteArrayList_joinedSize(const QByteArrayList *that, int seplen) in QByteArrayList_joinedSize() argument
134 totalLength += seplen * (size - 1); in QByteArrayList_joinedSize()
139 QByteArray QtPrivate::QByteArrayList_join(const QByteArrayList *that, const char *sep, int seplen) in QByteArrayList_join() argument
142 if (const int joinedSize = QByteArrayList_joinedSize(that, seplen)) in QByteArrayList_join()
147 res.append(sep, seplen); in QByteArrayList_join()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqbytearraylist.cpp125 static int QByteArrayList_joinedSize(const QByteArrayList *that, int seplen) in QByteArrayList_joinedSize() argument
134 totalLength += seplen * (size - 1); in QByteArrayList_joinedSize()
139 QByteArray QtPrivate::QByteArrayList_join(const QByteArrayList *that, const char *sep, int seplen) in QByteArrayList_join() argument
142 if (const int joinedSize = QByteArrayList_joinedSize(that, seplen)) in QByteArrayList_join()
147 res.append(sep, seplen); in QByteArrayList_join()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqbytearraylist.cpp125 static int QByteArrayList_joinedSize(const QByteArrayList *that, int seplen) in QByteArrayList_joinedSize() argument
134 totalLength += seplen * (size - 1); in QByteArrayList_joinedSize()
139 QByteArray QtPrivate::QByteArrayList_join(const QByteArrayList *that, const char *sep, int seplen) in QByteArrayList_join() argument
142 if (const int joinedSize = QByteArrayList_joinedSize(that, seplen)) in QByteArrayList_join()
147 res.append(sep, seplen); in QByteArrayList_join()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqbytearraylist.cpp125 static int QByteArrayList_joinedSize(const QByteArrayList *that, int seplen) in QByteArrayList_joinedSize() argument
134 totalLength += seplen * (size - 1); in QByteArrayList_joinedSize()
139 QByteArray QtPrivate::QByteArrayList_join(const QByteArrayList *that, const char *sep, int seplen) in QByteArrayList_join() argument
142 if (const int joinedSize = QByteArrayList_joinedSize(that, seplen)) in QByteArrayList_join()
147 res.append(sep, seplen); in QByteArrayList_join()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqbytearraylist.cpp125 static int QByteArrayList_joinedSize(const QByteArrayList *that, int seplen) in QByteArrayList_joinedSize() argument
134 totalLength += seplen * (size - 1); in QByteArrayList_joinedSize()
139 QByteArray QtPrivate::QByteArrayList_join(const QByteArrayList *that, const char *sep, int seplen) in QByteArrayList_join() argument
142 if (const int joinedSize = QByteArrayList_joinedSize(that, seplen)) in QByteArrayList_join()
147 res.append(sep, seplen); in QByteArrayList_join()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqbytearraylist.cpp125 static int QByteArrayList_joinedSize(const QByteArrayList *that, int seplen) in QByteArrayList_joinedSize() argument
134 totalLength += seplen * (size - 1); in QByteArrayList_joinedSize()
139 QByteArray QtPrivate::QByteArrayList_join(const QByteArrayList *that, const char *sep, int seplen) in QByteArrayList_join() argument
142 if (const int joinedSize = QByteArrayList_joinedSize(that, seplen)) in QByteArrayList_join()
147 res.append(sep, seplen); in QByteArrayList_join()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqbytearraylist.cpp125 static int QByteArrayList_joinedSize(const QByteArrayList *that, int seplen) in QByteArrayList_joinedSize() argument
134 totalLength += seplen * (size - 1); in QByteArrayList_joinedSize()
139 QByteArray QtPrivate::QByteArrayList_join(const QByteArrayList *that, const char *sep, int seplen) in QByteArrayList_join() argument
142 if (const int joinedSize = QByteArrayList_joinedSize(that, seplen)) in QByteArrayList_join()
147 res.append(sep, seplen); in QByteArrayList_join()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqbytearraylist.cpp125 static int QByteArrayList_joinedSize(const QByteArrayList *that, int seplen) in QByteArrayList_joinedSize() argument
134 totalLength += seplen * (size - 1); in QByteArrayList_joinedSize()
139 QByteArray QtPrivate::QByteArrayList_join(const QByteArrayList *that, const char *sep, int seplen) in QByteArrayList_join() argument
142 if (const int joinedSize = QByteArrayList_joinedSize(that, seplen)) in QByteArrayList_join()
147 res.append(sep, seplen); in QByteArrayList_join()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqbytearraylist.cpp125 static int QByteArrayList_joinedSize(const QByteArrayList *that, int seplen) in QByteArrayList_joinedSize() argument
134 totalLength += seplen * (size - 1); in QByteArrayList_joinedSize()
139 QByteArray QtPrivate::QByteArrayList_join(const QByteArrayList *that, const char *sep, int seplen) in QByteArrayList_join() argument
142 if (const int joinedSize = QByteArrayList_joinedSize(that, seplen)) in QByteArrayList_join()
147 res.append(sep, seplen); in QByteArrayList_join()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqbytearraylist.cpp125 static int QByteArrayList_joinedSize(const QByteArrayList *that, int seplen) in QByteArrayList_joinedSize() argument
134 totalLength += seplen * (size - 1); in QByteArrayList_joinedSize()
139 QByteArray QtPrivate::QByteArrayList_join(const QByteArrayList *that, const char *sep, int seplen) in QByteArrayList_join() argument
142 if (const int joinedSize = QByteArrayList_joinedSize(that, seplen)) in QByteArrayList_join()
147 res.append(sep, seplen); in QByteArrayList_join()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqbytearraylist.cpp125 static int QByteArrayList_joinedSize(const QByteArrayList *that, int seplen) in QByteArrayList_joinedSize() argument
134 totalLength += seplen * (size - 1); in QByteArrayList_joinedSize()
139 QByteArray QtPrivate::QByteArrayList_join(const QByteArrayList *that, const char *sep, int seplen) in QByteArrayList_join() argument
142 if (const int joinedSize = QByteArrayList_joinedSize(that, seplen)) in QByteArrayList_join()
147 res.append(sep, seplen); in QByteArrayList_join()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqbytearraylist.cpp125 static int QByteArrayList_joinedSize(const QByteArrayList *that, int seplen) in QByteArrayList_joinedSize() argument
134 totalLength += seplen * (size - 1); in QByteArrayList_joinedSize()
139 QByteArray QtPrivate::QByteArrayList_join(const QByteArrayList *that, const char *sep, int seplen) in QByteArrayList_join() argument
142 if (const int joinedSize = QByteArrayList_joinedSize(that, seplen)) in QByteArrayList_join()
147 res.append(sep, seplen); in QByteArrayList_join()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqbytearraylist.cpp125 static int QByteArrayList_joinedSize(const QByteArrayList *that, int seplen) in QByteArrayList_joinedSize() argument
134 totalLength += seplen * (size - 1); in QByteArrayList_joinedSize()
139 QByteArray QtPrivate::QByteArrayList_join(const QByteArrayList *that, const char *sep, int seplen) in QByteArrayList_join() argument
142 if (const int joinedSize = QByteArrayList_joinedSize(that, seplen)) in QByteArrayList_join()
147 res.append(sep, seplen); in QByteArrayList_join()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqbytearraylist.cpp125 static int QByteArrayList_joinedSize(const QByteArrayList *that, int seplen) in QByteArrayList_joinedSize() argument
134 totalLength += seplen * (size - 1); in QByteArrayList_joinedSize()
139 QByteArray QtPrivate::QByteArrayList_join(const QByteArrayList *that, const char *sep, int seplen) in QByteArrayList_join() argument
142 if (const int joinedSize = QByteArrayList_joinedSize(that, seplen)) in QByteArrayList_join()
147 res.append(sep, seplen); in QByteArrayList_join()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqbytearraylist.cpp125 static int QByteArrayList_joinedSize(const QByteArrayList *that, int seplen) in QByteArrayList_joinedSize() argument
134 totalLength += seplen * (size - 1); in QByteArrayList_joinedSize()
139 QByteArray QtPrivate::QByteArrayList_join(const QByteArrayList *that, const char *sep, int seplen) in QByteArrayList_join() argument
142 if (const int joinedSize = QByteArrayList_joinedSize(that, seplen)) in QByteArrayList_join()
147 res.append(sep, seplen); in QByteArrayList_join()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqbytearraylist.cpp125 static int QByteArrayList_joinedSize(const QByteArrayList *that, int seplen) in QByteArrayList_joinedSize() argument
134 totalLength += seplen * (size - 1); in QByteArrayList_joinedSize()
139 QByteArray QtPrivate::QByteArrayList_join(const QByteArrayList *that, const char *sep, int seplen) in QByteArrayList_join() argument
142 if (const int joinedSize = QByteArrayList_joinedSize(that, seplen)) in QByteArrayList_join()
147 res.append(sep, seplen); in QByteArrayList_join()
/dports/news/inn-current/inn-2.7-20211226/lib/
H A Dvector.c461 size_t i, length, offset, size, seplen; in vector_join() local
472 seplen = strlen(separator); in vector_join()
477 assert(SIZE_MAX - size >= (vector->count - 1) * seplen + 1); in vector_join()
478 size += (vector->count - 1) * seplen + 1; in vector_join()
485 memcpy(string + offset, separator, seplen); in vector_join()
486 offset += seplen; in vector_join()
501 size_t i, length, offset, size, seplen; in cvector_join() local
512 seplen = strlen(separator); in cvector_join()
518 size += (vector->count - 1) * seplen + 1; in cvector_join()
525 memcpy(string + offset, separator, seplen); in cvector_join()
[all …]
/dports/news/inn/inn-2.6.4/lib/
H A Dvector.c462 size_t i, length, offset, size, seplen; in vector_join() local
473 seplen = strlen(separator); in vector_join()
478 assert(SIZE_MAX - size >= (vector->count - 1) * seplen + 1); in vector_join()
479 size += (vector->count - 1) * seplen + 1; in vector_join()
486 memcpy(string + offset, separator, seplen); in vector_join()
487 offset += seplen; in vector_join()
502 size_t i, length, offset, size, seplen; in cvector_join() local
513 seplen = strlen(separator); in cvector_join()
519 size += (vector->count - 1) * seplen + 1; in cvector_join()
526 memcpy(string + offset, separator, seplen); in cvector_join()
[all …]
/dports/sysutils/shlock/inn-2.6.4/lib/
H A Dvector.c462 size_t i, length, offset, size, seplen; in vector_join() local
473 seplen = strlen(separator); in vector_join()
478 assert(SIZE_MAX - size >= (vector->count - 1) * seplen + 1); in vector_join()
479 size += (vector->count - 1) * seplen + 1; in vector_join()
486 memcpy(string + offset, separator, seplen); in vector_join()
487 offset += seplen; in vector_join()
502 size_t i, length, offset, size, seplen; in cvector_join() local
513 seplen = strlen(separator); in cvector_join()
519 size += (vector->count - 1) * seplen + 1; in cvector_join()
526 memcpy(string + offset, separator, seplen); in cvector_join()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Objects/stringlib/
H A Djoin.h11 const Py_ssize_t seplen = STRINGLIB_LEN(sep); in STRINGLIB() local
84 if (seplen > PY_SSIZE_T_MAX - sz) { in STRINGLIB()
89 sz += seplen; in STRINGLIB()
105 if (!seplen) { in STRINGLIB()
119 memcpy(p, sepstr, seplen); in STRINGLIB()
120 p += seplen; in STRINGLIB()
/dports/lang/python-tools/Python-3.8.12/Objects/stringlib/
H A Djoin.h11 const Py_ssize_t seplen = STRINGLIB_LEN(sep); in STRINGLIB() local
84 if (seplen > PY_SSIZE_T_MAX - sz) { in STRINGLIB()
89 sz += seplen; in STRINGLIB()
105 if (!seplen) { in STRINGLIB()
119 memcpy(p, sepstr, seplen); in STRINGLIB()
120 p += seplen; in STRINGLIB()

12345678910>>...21