Home
last modified time | relevance | path

Searched refs:SAVE_STR (Results 1 – 8 of 8) sorted by relevance

/dports/devel/p5-B-C/B-C-1.57/lib/B/
H A DStackobj.pm48 sub SAVE_STR () { 0x200 } # if str part needs to be saved at all subroutine
129 $obj->{flags} |= VALID_STR | SAVE_STR;
304 $obj->{flags} |= VALID_STR | SAVE_STR;
319 return $obj->{flags} & SAVE_STR;
/dports/devel/csoap/libsoap-1.1.0/nanohttp/
H A Dnanohttp-common.c147 log_verbose3("new pair ('%s','%s')", SAVE_STR(key), SAVE_STR(value)); in hpairnode_new()
250 SAVE_STR(pair->key), SAVE_STR(pair->value), pair->next); in hpairnode_dump()
H A Dnanohttp-common.h145 #ifndef SAVE_STR
146 #define SAVE_STR(str) ((str==0)?("(null)"):(str)) macro
H A Dnanohttp-socket.c330 SAVE_STR(((char *) inet_ntoa(dest->addr.sin_addr))), in hsocket_accept()
H A Dnanohttp-client.c368 log_error2("Can not parse URL '%s'", SAVE_STR(urlstr)); in httpc_talk_to_server()
H A Dnanohttp-server.c261 log_verbose3("register service:t(%p):%s", service, SAVE_STR(ctx)); in httpd_register_secure()
/dports/audio/aqualung/aqualung-1.0/src/
H A Doptions.c3840 SAVE_STR(audiodir); in save_config()
3841 SAVE_STR(currdir); in save_config()
3842 SAVE_STR(exportdir); in save_config()
3843 SAVE_STR(plistdir); in save_config()
3844 SAVE_STR(podcastdir); in save_config()
3845 SAVE_STR(ripdir); in save_config()
3846 SAVE_STR(storedir); in save_config()
3849 SAVE_STR(skin); in save_config()
3868 SAVE_STR(encode_set); in save_config()
3966 SAVE_STR(cddb_email); in save_config()
[all …]
/dports/devel/csoap/libsoap-1.1.0/libcsoap/
H A Dsoap-env.c269 SAVE_STR(method)); in soap_env_new_with_response()