MCPcopy Create free account

hub / github.com/Speek-App/Speek / functions

Functions16,263 in github.com/Speek-App/Speek

↓ 1,149 callersFunctionsmartlist_len
src/extern/tor/src/lib/smartlist_core/smartlist_core.h:61
↓ 809 callersFunctionsmartlist_add
Append element to the end of the list. */
src/extern/tor/src/lib/smartlist_core/smartlist_core.c:116
↓ 783 callersFunctionsmartlist_get
src/extern/tor/src/lib/smartlist_core/smartlist_core.h:68
↓ 578 callersFunctionformat
src/extern/fmt/test/format-test.cc:1921
↓ 420 callersFunctiontor_asprintf
* Portable asprintf implementation. Does a printf() into a newly malloc'd * string. Sets *<b>strp</b> to this string, and returns its length (not
src/extern/tor/src/lib/string/printf.c:74
↓ 382 callersFunctionformat
src/extern/fmt/test/core-test.cc:51
↓ 321 callersMethodpush_back
@brief append an unescaped token at the end of the reference pointer @sa https://json.nlohmann.me/api/json_pointer/push_back/
src/libtego_ui/utils/json.h:12378
↓ 294 callersFunctionprintf
src/extern/fmt/include/fmt/printf.h:190
↓ 270 callersFunctionfree_options_test_data
src/extern/tor/src/test/test_options.c:470
↓ 267 callersFunctionprint
src/extern/fmt/include/fmt/core.h:2085
↓ 264 callersFunctionstrlcpy
* Copy src to string dst of size siz. At most siz-1 characters * will be copied. Always NUL terminates (unless siz == 0). * Returns strlen(src); i
src/extern/tor/src/ext/strlcpy.c:42
↓ 256 callersFunctionget_options_test_data
src/extern/tor/src/test/test_options.c:433
↓ 246 callersFunctionmemwipe
* Destroy the <b>sz</b> bytes of data stored at <b>mem</b>, setting them to * the value <b>byte</b>. * If <b>mem</b> is NULL or <b>sz</b> is zero, n
src/extern/tor/src/lib/crypt_ops/crypto_util.c:54
↓ 238 callersFunctionmock_clean_saved_logs
* Clear all messages in mock_saved_logs() */
src/extern/tor/src/test/log_test_helpers.c:93
↓ 237 callersFunctionsmartlist_clear
Remove all elements from the list. */
src/extern/tor/src/lib/smartlist_core/smartlist_core.c:49
↓ 235 callersFunctionescaped
Allocate and return a new string representing the contents of <b>s</b>, * surrounded by quotes and using standard C escapes. * * THIS FUNCTION IS N
src/extern/tor/src/lib/log/escape.c:125
↓ 229 callersFunctiontor_addr_parse
Convert the string in <b>src</b> to a tor_addr_t <b>addr</b>. The string * may be an IPv4 address, an IPv6 address, or an IPv6 address surrounded by
src/extern/tor/src/lib/net/address.c:1348
↓ 228 callersFunctionapprox_time
Return a cached estimate of the current time from when * update_approx_time() was last called. This is a hack to avoid calling * time(NULL) on crit
src/extern/tor/src/lib/wallclock/approx_time.c:31
↓ 222 callersFunctionTO_ORIGIN_CIRCUIT
src/extern/tor/src/core/or/circuitlist.c:165
↓ 221 callersFunctionteardown_capture_of_logs
* Undo setup_capture_of_logs(). * * This function is safe to call more than once. */
src/extern/tor/src/test/log_test_helpers.c:80
↓ 217 callersFunctiontor_snprintf
Replacement for snprintf. Differs from platform snprintf in two * ways: First, always NUL-terminates its output. Second, always * returns -1 if th
src/extern/tor/src/lib/string/printf.c:26
↓ 213 callersFunctionsmartlist_add_asprintf
Append the string produced by tor_asprintf(<b>pattern</b>, <b>...</b>) * to <b>sl</b>. */
src/extern/tor/src/lib/container/smartlist.c:35
↓ 203 callersMethodsize
src/libtego_ui/quazip/quazipfile.cpp:420
↓ 192 callersMethodappend
src/extern/fmt/include/fmt/format.h:557
↓ 188 callersFunctionstrcmpstart
Compares the first strlen(s2) characters of s1 with s2. Returns as for * strcmp. */
src/extern/tor/src/lib/string/util_string.c:214
↓ 182 callersMethodc_str
src/extern/fmt/include/fmt/os.h:149
↓ 176 callersFunctionSize
src/libtego_ui/SCodes/zxing-cpp/core/src/ZXContainerAlgorithms.h:58
↓ 173 callersFunctionsmartlist_join_strings
Allocate and return a new string containing the concatenation of * the elements of <b>sl</b>, in order, separated by <b>join</b>. If * <b>terminate
src/extern/tor/src/lib/container/smartlist.c:278
↓ 167 callersFunctiontor_addr_family
Return the address family of <b>a</b>. Possible values are: * AF_INET6, AF_INET, AF_UNSPEC, AF_UNIX. */
src/extern/tor/src/lib/net/address.h:186
↓ 165 callersFunctioncreate
src/libtego_ui/utils/json.h:17541
↓ 161 callersMethodsize
src/libtego_ui/SCodes/zxing-cpp/core/src/pdf417/PDFModulusGF.h:96
↓ 154 callersFunctionsmartlist_add_strdup
Append a copy of string to sl */
src/extern/tor/src/lib/smartlist_core/smartlist_core.c:136
↓ 149 callersFunctiontor_sscanf
Minimal sscanf replacement: parse <b>buf</b> according to <b>pattern</b> * and store the results in the corresponding argument fields. Differs from
src/extern/tor/src/lib/string/scanf.c:308
↓ 144 callersMethodbegin
src/libtego_ui/SCodes/zxing-cpp/core/src/Flags.h:72
↓ 144 callersMethodvalue
* Determines the maximum occurrence of a set value and returns all values which were set with this occurrence. * @return an array of int, containing t
src/libtego_ui/SCodes/zxing-cpp/core/src/pdf417/PDFBarcodeValue.cpp:38
↓ 142 callersFunctiontor_log
Output a message to the log. It gets logged to all logfiles that * care about messages with <b>severity</b> in <b>domain</b>. The content * is form
src/extern/tor/src/lib/log/log.c:589
↓ 137 callersMethodsize
src/libtego_ui/SCodes/zxing-cpp/core/src/Matrix.h:63
↓ 134 callersFunctionbase16_decode
Given a hexadecimal string of <b>srclen</b> bytes in <b>src</b>, decode * it and store the result in the <b>destlen</b>-byte buffer at <b>dest</b>.
src/extern/tor/src/lib/encoding/binascii.c:505
↓ 130 callersFunctionbase16_encode
Encode the <b>srclen</b> bytes at <b>src</b> in a NUL-terminated, * uppercase hexadecimal string; store it in the <b>destlen</b>-byte buffer * <b>de
src/extern/tor/src/lib/encoding/binascii.c:477
↓ 129 callersMethodend
src/libtego_ui/SCodes/zxing-cpp/core/src/Flags.h:73
↓ 128 callersMethodisEmpty
src/libtego_ui/SCodes/zxing-cpp/core/src/TritMatrix.h:34
↓ 123 callersMethodheight
src/libtego_ui/SCodes/zxing-cpp/core/src/Matrix.h:55
↓ 122 callersMethodsize
src/libtego_ui/utils/json.h:3085
↓ 122 callersMethodwrite_character
src/libtego_ui/utils/json.h:13209
↓ 119 callersFunctionparse_rfc1123_time
Parse the (a subset of) the RFC1123 encoding of some time (in UTC) from * <b>buf</b>, and store the result in *<b>t</b>. * * Note that we only acce
src/extern/tor/src/lib/encoding/time_fmt.c:236
↓ 119 callersFunctionsetup_full_capture_of_logs
* As setup_capture_of_logs, but do not relay log messages into the main * logging system. * * Avoid using this function; use setup_capture_of_logs(
src/extern/tor/src/test/log_test_helpers.c:38
↓ 119 callersFunctionstrcasecmp
src/extern/tor/src/lib/string/compat_string.h:31
↓ 118 callersMethodbegin
src/extern/fmt/test/gtest/gtest.h:7956
↓ 118 callersMethodformat
src/extern/fmt/include/fmt/printf.h:471
↓ 117 callersMethodend
src/extern/fmt/test/gtest/gtest.h:7957
↓ 117 callersFunctionlen
src/extern/fmt/test/format-test.cc:2290
↓ 113 callersMethodback
src/libtego_ui/SCodes/zxing-cpp/core/src/BitMatrixCursor.h:80
↓ 113 callersMethodend
return iterator end (needed for range-based for)
src/libtego_ui/utils/json.h:4442
↓ 112 callersFunctiontor_memeq
* Timing-safe memory comparison. Return true if the <b>sz</b> bytes at * <b>a</b> are the same as the <b>sz</b> bytes at <b>b</b>, and 0 otherwise.
src/extern/tor/src/lib/ctime/di_ops.c:106
↓ 108 callersMethodempty
src/libtego_ui/SCodes/zxing-cpp/core/src/Flags.h:75
↓ 108 callersMethodlength
src/libtego_ui/SCodes/zxing-cpp/core/src/RegressionLine.h:67
↓ 106 callersFunctionconnection_free_minimal
Deallocate memory used by <b>conn</b>. Deallocate its buffers if * necessary, close its socket if necessary, and mark the directory as dirty * if <b
src/extern/tor/src/core/mainloop/connection.c:776
↓ 102 callersFunctionget_fname
Return a filename relative to our testing temporary directory. If name is * NULL, return the name of the testing temporary directory. */
src/extern/tor/src/test/testing_common.c:139
↓ 100 callersFunctionsmartlist_split_string
* Split a string <b>str</b> along all occurrences of <b>sep</b>, * appending the (newly allocated) split strings, in order, to * <b>sl</b>. Return
src/extern/tor/src/lib/smartlist_core/smartlist_split.c:36
↓ 98 callersFunctionfprintf
src/extern/fmt/include/fmt/printf.h:681
↓ 98 callersFunctionsmartlist_add_linecpy
Add a cdline_t to <b>lst</b> holding as its contents the nul-terminated * string s. Use the provided memory area for storage. */
src/extern/tor/src/feature/dircommon/consdiff.c:93
↓ 96 callersFunctionconfig_line_append
Helper: allocate a new configuration option mapping 'key' to 'val', * append it to *<b>lst</b>. */
src/extern/tor/src/lib/encoding/confline.c:31
↓ 96 callersFunctiontor_addr_copy
Copy a tor_addr_t from <b>src</b> to <b>dest</b>. */
src/extern/tor/src/lib/net/address.c:932
↓ 93 callersMethodfind
src/libtego_ui/utils/json.h:17191
↓ 92 callersFunctionformat_iso_time
Set <b>buf</b> to the ISO8601 encoding of the GMT value of <b>t</b>. * The buffer must be at least ISO_TIME_LEN+1 bytes long. */
src/extern/tor/src/lib/encoding/time_fmt.c:325
↓ 91 callersFunctionhex_str
Return a pointer to a NUL-terminated hexadecimal string encoding * the first <b>fromlen</b> bytes of <b>from</b>. (fromlen must be \<= 32.) The * re
src/extern/tor/src/lib/encoding/binascii.c:33
↓ 90 callersFunctionupdate_approx_time
Update the cached estimate of the current time. This function SHOULD be * called once per second, and MUST be called before the first call to * get
src/extern/tor/src/lib/wallclock/approx_time.c:40
↓ 89 callersMethodbegin
return iterator begin (needed for range-based for)
src/libtego_ui/utils/json.h:4436
↓ 89 callersMethodsize
Returns the number of TestPartResult objects in the array.
src/extern/fmt/test/gmock-gtest-all.cc:9291
↓ 88 callersFunctionsetup_capture_of_logs
* Temporarily capture all the messages logged at severity <b>new_level</b> or * higher. * * This function does not prevent messages from being sent
src/extern/tor/src/test/log_test_helpers.c:52
↓ 87 callersFunctionfast_mem_is_zero
Return true iff the 'len' bytes at 'mem' are all zero. */
src/extern/tor/src/lib/string/util_string.c:73
↓ 86 callersFunctiondecode
Shorthand to decode and return text
src/libtego_ui/SCodes/zxing-cpp/test/unit/pdf417/PDF417DecoderTest.cpp:199
↓ 83 callersFunctionTEST
src/extern/fmt/test/os-test.cc:28
↓ 83 callersMethodstr
Returns the explanation accumulated so far.
src/extern/fmt/test/gmock/gmock.h:4846
↓ 82 callersMethodpush_back
src/extern/fmt/include/fmt/core.h:724
↓ 81 callersMethoddata
Returns a pointer to the buffer data. */
src/extern/fmt/include/fmt/core.h:704
↓ 81 callersMethodresize
src/libtego_ui/SCodes/zxing-cpp/core/src/GenericGFPoly.h:49
↓ 81 callersFunctionrouterset_new
Return a new empty routerset. */
src/extern/tor/src/feature/nodelist/routerset.c:50
↓ 80 callersFunctiontor_addr_is_null
Determine whether an address <b>addr</b> is null, either all zeroes or * belonging to family AF_UNSPEC. */
src/extern/tor/src/lib/net/address.c:779
↓ 78 callersMethodparse
(class_, option_description)
src/extern/fmt/support/docopt.py:188
↓ 77 callersMethodget
* @param i bit to get * @return true iff bit i is set */
src/libtego_ui/SCodes/zxing-cpp/core/src/BitArray.h:173
↓ 77 callersFunctionto_string
to_string methods to convert various tego types to human readable strings
src/libtego/include/tego/tego.hpp:53
↓ 76 callersFunctioncrypto_digest_add_bytes
Add <b>len</b> bytes from <b>data</b> to the digest object. * * C_RUST_COUPLED: `external::crypto_digest::crypto_digest_add_bytess` * C_RUST_COUPLE
src/extern/tor/src/lib/crypt_ops/crypto_digest_nss.c:307
↓ 75 callersFunctionbuf_add
Append <b>string_len</b> bytes from <b>string</b> to the end of * <b>buf</b>. * * Return the new length of the buffer on success, -1 on failure. *
src/extern/tor/src/lib/buf/buffers.c:526
↓ 75 callersMethodinsert
src/libtego_ui/utils/json.h:17215
↓ 75 callersFunctiontor_parse_long
src/extern/tor/src/lib/string/parse_int.c:44
↓ 75 callersMethodwidth
src/libtego_ui/SCodes/zxing-cpp/core/src/Matrix.h:59
↓ 73 callersFunctiontor_lround
Return the long integer closest to <b>d</b>. We define this wrapper * here so that not all users of math.h need to use the right incantations * to g
src/extern/tor/src/lib/math/fp.c:30
↓ 72 callersMethodappendBits
src/libtego_ui/SCodes/zxing-cpp/core/src/BitArray.cpp:60
↓ 71 callersFunctionbitarray_is_set
Return true iff <b>bit</b>th bit in <b>b</b> is nonzero. NOTE: does * not necessarily return 1 on true. */
src/extern/tor/src/lib/container/bitarray.h:80
↓ 71 callersMethodempty
@brief return whether pointer points to the root document @sa https://json.nlohmann.me/api/json_pointer/empty/
src/libtego_ui/utils/json.h:12392
↓ 70 callersFunctioncircuit_free_
Deallocate space associated with circ. */
src/extern/tor/src/core/or/circuitlist.c:1125
↓ 68 callersFunctioncurve25519_mul
Multiply two numbers: out = in2 * in */
src/extern/tor/src/ext/ed25519/donna/curve25519-donna-sse2.h:275
↓ 68 callersMethoddata
src/libtego_ui/SCodes/zxing-cpp/core/src/Matrix.h:95
↓ 67 callersFunctionTO_OR_CONN
* Cast a `connection_t *` to an `or_connection_t *`. * * Exit with an assertion failure if the input is not an `or_connnection_t`. **/
src/extern/tor/src/core/or/connection_or.c:108
↓ 67 callersFunctionmock_config_line
src/extern/tor/src/test/test_config.c:4246
↓ 67 callersFunctiontv_mdiff
Return the number of milliseconds elapsed between *start and *end. * If the tv_usec difference is 500, rounds away from zero. * Returns LONG_MAX on
src/extern/tor/src/lib/time/tvdiff.c:101
↓ 66 callersMethodencode
src/libtego_ui/SCodes/zxing-cpp/core/src/aztec/AZWriter.cpp:35
↓ 65 callersFunctionopen
Opens a file for reading. \overload * Argument \a password specifies a password to decrypt the file. If * it is NULL then this function beha
src/libtego_ui/quazip/quazipfile.h:298
↓ 65 callersFunctiontv_udiff
Return the number of microseconds elapsed between *start and *end. * Returns LONG_MAX on overflow and underflow. */
src/extern/tor/src/lib/time/tvdiff.c:52
next →1–100 of 16,263, ranked by callers