MCPcopy Create free account

hub / github.com/Water-Melon/Melon / functions

Functions1,346 in github.com/Water-Melon/Melon

↓ 1 callersFunctionmln_lang_vm_chunk_new
src/mln_lang_vm.c:73
↓ 1 callersFunctionmln_lang_vm_off_active
Returns non-zero when MELANG_VM_OFF is set to a recognised "true" value * ("1", "yes", "true", "on" — case-insensitive; see mln_lang_vm_env_is_active
src/mln_lang.c:877
↓ 1 callersFunctionmln_lang_vm_push_frame_for_call
src/mln_lang_vm.c:4828
↓ 1 callersFunctionmln_lang_vm_run_toplevel
Top-level entry. Compiles the script's top-level stm chain and * pushes the initial frame onto ctx->vm_frame_top. The caller * (mln_lang_run_handler
src/mln_lang_vm.c:4840
↓ 1 callersFunctionmln_lang_vm_step
src/mln_lang_vm.c:4773
↓ 1 callersFunctionmln_log_fd
* get */
src/mln_log.c:666
↓ 1 callersFunctionmln_log_fmt_build
* format log message into buffer */
src/mln_log.c:384
↓ 1 callersFunctionmln_log_write
src/mln_log.c:542
↓ 1 callersFunctionmln_log_writen
src/mln_log.c:555
↓ 1 callersFunctionmln_queue_roundup_pow2
src/mln_queue.c:12
↓ 1 callersFunctionmln_rsa_anti_padding_private
src/mln_rsa.c:252
↓ 1 callersFunctionmln_rsa_anti_padding_public
src/mln_rsa.c:240
↓ 1 callersFunctionmln_rsa_pub_padding
src/mln_rsa.c:201
↓ 1 callersFunctionmln_rsa_rand64
src/mln_rsa.c:59
↓ 1 callersFunctionmln_rsa_seed64
* PRNG state used for PKCS#1 v1.5 type-2 padding byte generation. * xorshift64* kernel, seeded from /dev/urandom (or CryptGenRandom on Windows) * so
src/mln_rsa.c:36
↓ 1 callersFunctionmln_span_chain_add
* Subspan chain helper */
src/mln_span.c:155
↓ 1 callersFunctionmln_span_pool_alloc
src/mln_span.c:105
↓ 1 callersFunctionmln_span_pool_recycle
src/mln_span.c:123
↓ 1 callersFunctionmln_span_stack_peek
src/mln_span.c:34
↓ 1 callersFunctionmln_span_stack_pop
src/mln_span.c:60
↓ 1 callersFunctionmln_span_stack_push
src/mln_span.c:40
↓ 1 callersFunctionmln_stack_roundup_pow2
src/mln_stack.c:15
↓ 1 callersFunctionmln_sys_core_modify
src/mln_tools.c:62
↓ 1 callersFunctionmln_sys_nofile_modify
src/mln_tools.c:105
↓ 1 callersFunctionmln_tcp_conn_recv_chain_file
src/mln_connection.c:881
↓ 1 callersFunctionmln_tcp_conn_recv_chain_mem
src/mln_connection.c:914
↓ 1 callersFunctionmln_tcp_conn_recv_tls
src/mln_connection.c:1541
↓ 1 callersFunctionmln_tcp_conn_send_chain_file
src/mln_connection.c:642
↓ 1 callersFunctionmln_tcp_conn_send_chain_memory
src/mln_connection.c:435
↓ 1 callersFunctionmln_tcp_conn_send_tls
src/mln_connection.c:1438
↓ 1 callersFunctionmln_tcp_tls_apply_versions
src/mln_connection.c:967
↓ 1 callersFunctionmln_trace_task_get
src/mln_trace.c:91
↓ 1 callersFunctionmln_websocket_conn_has_upgrade_token
src/mln_websocket.c:641
↓ 1 callersFunctionname_is_eval
src/mln_lang_vm.c:2259
↓ 1 callersFunctionpeephole_binop_to_li
src/mln_lang_vm.c:620
↓ 1 callersFunctionpeephole_binop_to_ll
src/mln_lang_vm.c:604
↓ 1 callersFunctionpostorder_collect
t/rbtree.c:1009
↓ 1 callersFunctionpreorder_collect
t/rbtree.c:993
↓ 1 callersFunctionrun_peephole
src/mln_lang_vm.c:636
↓ 1 callersFunctionrun_test
t/lang.c:274
↓ 1 callersFunctionrun_test_aliased
t/lang.c:237
↓ 1 callersFunctionscan_addsub_for_eval
src/mln_lang_vm.c:2324
↓ 1 callersFunctionscan_assign_for_eval
src/mln_lang_vm.c:2378
↓ 1 callersFunctionscan_locate_for_eval
src/mln_lang_vm.c:2280
↓ 1 callersFunctionscan_logichigh_for_eval
src/mln_lang_vm.c:2360
↓ 1 callersFunctionscan_logiclow_for_eval
src/mln_lang_vm.c:2369
↓ 1 callersFunctionscan_move_for_eval
src/mln_lang_vm.c:2333
↓ 1 callersFunctionscan_muldiv_for_eval
src/mln_lang_vm.c:2315
↓ 1 callersFunctionscan_not_for_eval
src/mln_lang_vm.c:2308
↓ 1 callersFunctionscan_relativehigh_for_eval
src/mln_lang_vm.c:2342
↓ 1 callersFunctionscan_relativelow_for_eval
src/mln_lang_vm.c:2351
↓ 1 callersFunctionscan_suffix_for_eval
src/mln_lang_vm.c:2303
↓ 1 callersFunctionsetup_test_dir
t/file.c:551
↓ 1 callersFunctionslot_assign
For STORE/ASSIGN: replace slot[i]'s value with the popped var's value. * Returns 0 on success, -1 on error. The popped var is consumed (freed). */
src/mln_lang_vm.c:2948
↓ 1 callersFunctionstability_test
t/rsa.c:134
↓ 1 callersFunctiontest_3des_buf
* 3DES buffer encrypt/decrypt */
t/des.c:222
↓ 1 callersFunctiontest_3des_new_free
* 3DES new/free (heap allocation) */
t/des.c:180
↓ 1 callersFunctiontest_3des_pool
* 3DES pool_new/pool_free (pool allocation) */
t/des.c:199
↓ 1 callersFunctiontest_3des_single_block
* 3DES single-block encrypt/decrypt */
t/des.c:144
↓ 1 callersFunctiontest_3des_stress
* Stress test: 3DES with many different key pairs */
t/des.c:298
↓ 1 callersFunctiontest_55_bytes
t/md5.c:136
↓ 1 callersFunctiontest_56_bytes
t/md5.c:152
↓ 1 callersFunctiontest_add_dimension_error
t/matrix.c:302
↓ 1 callersFunctiontest_add_multiple
t/list.c:70
↓ 1 callersFunctiontest_add_remove_readd
t/list.c:280
↓ 1 callersFunctiontest_add_single
t/list.c:56
↓ 1 callersFunctiontest_aes128_roundtrip
Test AES-128 basic encrypt/decrypt roundtrip */
t/aes.c:33
↓ 1 callersFunctiontest_aes192_roundtrip
Test AES-192 basic encrypt/decrypt roundtrip */
t/aes.c:53
↓ 1 callersFunctiontest_aes256_roundtrip
Test AES-256 basic encrypt/decrypt roundtrip */
t/aes.c:69
↓ 1 callersFunctiontest_all_bytes
t/base64.c:72
↓ 1 callersFunctiontest_all_escape_chars
t/expr.c:330
↓ 1 callersFunctiontest_all_http_methods
t/http.c:113
↓ 1 callersFunctiontest_allff_data
Test all-0xff plaintext and key */
t/aes.c:152
↓ 1 callersFunctiontest_alternation
t/regexp.c:405
↓ 1 callersFunctiontest_anchors
t/regexp.c:269
↓ 1 callersFunctiontest_append_get_remove
t/queue.c:41
↓ 1 callersFunctiontest_array_ops
=========================================================== * 4. Array operations: append, search, update, remove, iterate, length * ==============
t/json.c:364
↓ 1 callersFunctiontest_basic
t/alloc.c:42
↓ 1 callersFunctiontest_basic
t/prime_generator.c:26
↓ 1 callersFunctiontest_basic
Test 1: Basic initialization and destruction */
t/connection.c:45
↓ 1 callersFunctiontest_basic
t/chain.c:15
↓ 1 callersFunctiontest_basic_add
t/thread_pool.c:268
↓ 1 callersFunctiontest_basic_api
* Test 1: Basic API - new, insert, minimum, extract_min, node_new, node_free, free */
t/fheap.c:57
↓ 1 callersFunctiontest_basic_encode_decode
* Test basic encode/decode round-trip */
t/rs.c:18
↓ 1 callersFunctiontest_basic_encrypt_decrypt
t/rc.c:12
↓ 1 callersFunctiontest_basic_hash
t/md5.c:12
↓ 1 callersFunctiontest_basic_init
* Test 1: Basic framework initialization without any mode */
t/framework.c:13
↓ 1 callersFunctiontest_basic_open_close
t/file.c:33
↓ 1 callersFunctiontest_basic_timer
t/event.c:30
↓ 1 callersFunctiontest_basic_tokenize
1. Basic tokenize: "a = b; c = d" */
t/lex.c:114
↓ 1 callersFunctiontest_basic_types
=========================================================== * 1. Basic type init / type-check / data-get * ========================================
t/json.c:68
↓ 1 callersFunctiontest_batch_add
t/thread_pool.c:326
↓ 1 callersFunctiontest_benchmark
t/queue.c:449
↓ 1 callersFunctiontest_benchmark
t/alloc.c:264
↓ 1 callersFunctiontest_benchmark
t/md5.c:334
↓ 1 callersFunctiontest_benchmark
27. Benchmark */
t/lex.c:798
↓ 1 callersFunctiontest_benchmark
t/expr.c:837
↓ 1 callersFunctiontest_benchmark_complex_deep_funcs
t/expr.c:1816
↓ 1 callersFunctiontest_benchmark_complex_long_expr
t/expr.c:1770
↓ 1 callersFunctiontest_benchmark_complex_loop_if
t/expr.c:1793
← previousnext →301–400 of 1,346, ranked by callers