Home
last modified time | relevance | path

Searched defs:arglen (Results 1 – 14 of 14) sorted by relevance

/third_party/python/Python/
Dpystrhex.c7 static PyObject *_Py_strhex_impl(const char* argbuf, const Py_ssize_t arglen, in _Py_strhex_impl()
148 PyObject * _Py_strhex(const char* argbuf, const Py_ssize_t arglen) in _Py_strhex()
155 PyObject * _Py_strhex_bytes(const char* argbuf, const Py_ssize_t arglen) in _Py_strhex_bytes()
162 PyObject * _Py_strhex_with_sep(const char* argbuf, const Py_ssize_t arglen, const PyObject* sep, co… in _Py_strhex_with_sep()
169 PyObject * _Py_strhex_bytes_with_sep(const char* argbuf, const Py_ssize_t arglen, const PyObject* s… in _Py_strhex_bytes_with_sep()
/third_party/tzdata/
Dzdump.c549 size_t arglen = strlen(argv[i]); in main() local
900 size_t arglen, slen; in my_snprintf() local
/third_party/ntfs-3g/libfuse-lite/
Dfuse_opt.c143 int arglen = strlen(arg); in match_template() local
/third_party/toybox/toys/posix/
Dfind.c90 int dir, plus, arglen, argsize, curly; member
/third_party/libfuse/lib/
Dfuse_opt.c173 int arglen = strlen(arg); in match_template() local
/third_party/python/Objects/
Dbytesobject.c428 getnextarg(PyObject *args, Py_ssize_t arglen, Py_ssize_t *p_argidx) in getnextarg()
615 Py_ssize_t arglen, argidx; in _PyBytes_FormatEx() local
2463 Py_ssize_t arglen = PyBytes_GET_SIZE(self); in bytes_hex_impl() local
Dbytearrayobject.c2106 Py_ssize_t arglen = PyByteArray_GET_SIZE(self); in bytearray_hex_impl() local
Dunicodeobject.c2777 Py_ssize_t length, fill, arglen; in unicode_fromformat_write_str() local
2948 Py_ssize_t arglen; in unicode_fromformat_arg() local
5459 _Py_DecodeUTF8_surrogateescape(const char *arg, Py_ssize_t arglen, in _Py_DecodeUTF8_surrogateescape()
14652 Py_ssize_t arglen, argidx; member
/third_party/python/Modules/
Dbinascii.c1222 Py_ssize_t arglen; in binascii_a2b_hex_impl() local
Dsocketmodule.c4280 Py_ssize_t arglen; in sock_sendto() local
/third_party/openssl/crypto/evp/
Devp_local.h350 #define M_check_autoarg(ctx, arg, arglen, err) \ argument
/third_party/pcre2/pcre2/src/
Dpcre2grep.c3837 int arglen = (argequals == NULL)? in main() local
3862 int arglen = (argequals == NULL || equals == NULL)? in main() local
/third_party/openssl/ohos_lite/include/openssl/
Dtls1.h288 # define SSL_set_tlsext_status_ocsp_resp(ssl, arg, arglen) \ argument
/third_party/openssl/include/openssl/
Dtls1.h291 # define SSL_set_tlsext_status_ocsp_resp(ssl, arg, arglen) \ argument