Home
last modified time | relevance | path

Searched refs:str_dest (Results 1 – 4 of 4) sorted by relevance

/dports/science/silo/silo-4.10.2-bsd/tools/browser/
H A Dstr.c78 static obj_t str_dest (obj_t);
109 cls->dest = str_dest; in str_class()
200 str_dest (obj_t _self) { in str_dest() function
/dports/textproc/p5-Sphinx-Search/Sphinx-Search-0.31/lib/Sphinx/
H A DSearch.pm635 my $str_dest = $self->{_path} ? 'unix://' . $self->{_path} : "$self->{_host}:$self->{_port}";
636 $self->{_log}->debug("Connecting to $str_dest") if $debug;
657 $self->_Error("Failed to open connection to $str_dest: $!");
666 $self->_Error("Failed on initial read from $str_dest: $!");
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/pjsua-lib/
H A Dpjsua_call.c3475 pj_str_t str_dest; in pjsua_call_xfer_replaces() local
3515 str_dest.slen = 1; in pjsua_call_xfer_replaces()
3525 str_dest.slen += len; in pjsua_call_xfer_replaces()
3544 len = pj_ansi_snprintf(str_dest_buf + str_dest.slen, in pjsua_call_xfer_replaces()
3545 sizeof(str_dest_buf) - str_dest.slen, in pjsua_call_xfer_replaces()
3559 PJ_ASSERT_ON_FAIL(len > 0 && len <= (int)sizeof(str_dest_buf)-str_dest.slen, in pjsua_call_xfer_replaces()
3562 str_dest.ptr = str_dest_buf; in pjsua_call_xfer_replaces()
3563 str_dest.slen += len; in pjsua_call_xfer_replaces()
3567 status = pjsua_call_xfer(call_id, &str_dest, msg_data); in pjsua_call_xfer_replaces()
/dports/lang/micropython/micropython-1.17/py/
H A Dcompile.c1130 char *str_dest = q_ptr; in do_import_name() local
1133 *str_dest++ = '.'; in do_import_name()
1137 memcpy(str_dest, str_src, str_src_len); in do_import_name()
1138 str_dest += str_src_len; in do_import_name()