| /PHP_5_5/ext/intl/ |
| H A D | intl_error.c | 257 smart_str_appends( &ret, "parse error " ); 260 smart_str_appends( &ret, "on line " ); 266 smart_str_appends( &ret, ", " ); 268 smart_str_appends( &ret, "at " ); 270 smart_str_appends( &ret, "offset " ); 277 smart_str_appends( &ret, ", " ); 279 smart_str_appends( &ret, "after \"" ); 283 smart_str_appends( &ret, "(could not convert parser error pre-context to UTF-8)" ); 289 smart_str_appends( &ret, "\"" ); 296 smart_str_appends( [all...] |
| /PHP_5_5/ext/mcrypt/ |
| H A D | mcrypt.c | 502 smart_str_appends(&tmp1, "none"); 505 smart_str_appends(&tmp1, modules[i]); 513 smart_str_appends(&tmp2, "none"); 516 smart_str_appends(&tmp2, modules[i]);
|
| /PHP_5_5/ext/readline/ |
| H A D | readline_cli.c | 161 smart_str_appends(&retval, PHP_VERSION); 165 smart_str_appends(&retval, block);
|
| /PHP_5_5/ext/soap/ |
| H A D | php_packet_soap.c | 407 smart_str_appends(&key, (char*)trav->ns->href); 410 smart_str_appends(&key, (char*)trav->name);
|
| H A D | php_schema.c | 58 smart_str_appends(&nscat, (char*)ns); 60 smart_str_appends(&nscat, (char*)type); 1083 smart_str_appends(&key, (char*)nsptr->href); 1086 smart_str_appends(&key, type); 1101 smart_str_appends(&key, (char*)ns->children->content); 1103 smart_str_appends(&key, (char*)name->children->content); 1510 smart_str_appends(&nscat, (char*)nsptr->href); 1514 smart_str_appends(&nscat, type); 1534 smart_str_appends(&key, newType->namens); 1536 smart_str_appends( [all...] |
| H A D | php_sdl.c | 203 smart_str_appends(&key, ns); 205 smart_str_appends(&key, name); 543 smart_str_appends(&key,hf->ns); 546 smart_str_appends(&key,hf->name); 648 smart_str_appends(&key,h->ns); 651 smart_str_appends(&key,h->name); 3266 smart_str_appends(&headers, "User-Agent: "); 3267 smart_str_appends(&headers, Z_STRVAL_PP(tmp)); 3268 smart_str_appends(&headers, "\r\n"); 3280 smart_str_appends( [all...] |
| H A D | php_encoding.c | 322 smart_str_appends(&prefix, id); 339 smart_str_appends(&prefix, id); 510 smart_str_appends(&nscat, encode->details.ns); 513 smart_str_appends(&nscat, encode->details.type_str); 545 smart_str_appends(&nscat, encode->details.ns); 548 smart_str_appends(&nscat, encode->details.type_str); 566 smart_str_appends(&nscat, (char*)nsptr->href); 569 smart_str_appends(&nscat, cptype); 2401 smart_str_appends(&array_type, value); 2439 smart_str_appends( [all...] |
| H A D | php_http.c | 245 smart_str_appends(&soap_headers, phpurl->host); 250 smart_str_appends(&soap_headers, phpurl->host); 542 smart_str_appends(&soap_headers, phpurl->scheme); 544 smart_str_appends(&soap_headers, phpurl->host); 549 smart_str_appends(&soap_headers, phpurl->path); 555 smart_str_appends(&soap_headers, phpurl->query); 559 smart_str_appends(&soap_headers, phpurl->fragment); 567 smart_str_appends(&soap_headers, phpurl->host); 598 smart_str_appends(&soap_headers, FG(user_agent)); 610 smart_str_appends( [all...] |
| H A D | soap.c | 1084 smart_str_appends(&nscat, type_ns); 1087 smart_str_appends(&nscat, type_name); 2733 smart_str_appends(&error,"Function (\""); 2734 smart_str_appends(&error,function); 2735 smart_str_appends(&error,"\") is not a valid method for this service"); 2755 smart_str_appends(&action, call_uri); 2757 smart_str_appends(&action, function); 2759 smart_str_appends(&action, soap_action); 3620 smart_str_appends(&key, (char*)hdr_func->ns->href); 4715 smart_str_appends(bu [all...] |
| /PHP_5_5/ext/standard/ |
| H A D | php_smart_str.h | 78 #define smart_str_appends(dest, src) \ macro
|
| H A D | url_scanner_ex.c | 202 smart_str_appends(dest, sep); 930 smart_str_appends(&url_app, name); 932 smart_str_appends(&url_app, value); 1040 smart_str_appends(&BG(url_adapt_state_ex).url_app, PG(arg_separator).output); 1054 smart_str_appends(&BG(url_adapt_state_ex).form_app, "<input type=\"hidden\" name=\""); 1056 smart_str_appends(&BG(url_adapt_state_ex).form_app, "\" value=\""); 1058 smart_str_appends(&BG(url_adapt_state_ex).form_app, "\" />");
|
| H A D | url_scanner_ex.re | 138 smart_str_appends(dest, sep); 368 smart_str_appends(&url_app, name); 370 smart_str_appends(&url_app, value); 478 smart_str_appends(&BG(url_adapt_state_ex).url_app, PG(arg_separator).output); 492 smart_str_appends(&BG(url_adapt_state_ex).form_app, "<input type=\"hidden\" name=\""); 494 smart_str_appends(&BG(url_adapt_state_ex).form_app, "\" value=\""); 496 smart_str_appends(&BG(url_adapt_state_ex).form_app, "\" />");
|
| H A D | var.c | 756 smart_str_appends(buf, s);
|
| H A D | http_fopen_wrapper.c | 203 smart_str_appends(&header, resource->host);
|
| /PHP_5_5/ext/wddx/ |
| H A D | php_wddx_api.h | 51 #define php_wddx_add_chunk(packet, str) smart_str_appends(packet, str)
|
| /PHP_5_5/sapi/apache2filter/ |
| H A D | php_functions.c | 336 smart_str_appends(&tmp1, s);
|
| /PHP_5_5/sapi/apache2handler/ |
| H A D | php_functions.c | 387 smart_str_appends(&tmp1, s);
|
| /PHP_5_5/ext/mysqlnd/ |
| H A D | php_mysqlnd.c | 99 smart_str_appends(buffer, plugin_header->plugin_name); 118 smart_str_appends(buffer, ext->module->name);
|
| /PHP_5_5/ext/session/ |
| H A D | session.c | 1185 smart_str_appends(&ncookie, COOKIE_SET_COOKIE); 1186 smart_str_appends(&ncookie, e_session_name); 1188 smart_str_appends(&ncookie, e_id); 1202 smart_str_appends(&ncookie, COOKIE_EXPIRES); 1203 smart_str_appends(&ncookie, date_fmt); 1206 smart_str_appends(&ncookie, COOKIE_MAX_AGE); 1212 smart_str_appends(&ncookie, COOKIE_PATH); 1213 smart_str_appends(&ncookie, PS(cookie_path)); 1217 smart_str_appends(&ncookie, COOKIE_DOMAIN); 1218 smart_str_appends( [all...] |
| /PHP_5_5/ext/pgsql/ |
| H A D | pgsql.c | 1108 smart_str_appends(&str, "pgsql"); 2105 smart_str_appends(&str, "pgsql_oid_"); 2134 smart_str_appends(&str, "pgsql_oid_"); 2135 smart_str_appends(&str, tmp_oid); 2201 smart_str_appends(&hash_key, "pgsql_table_oid_"); 2213 smart_str_appends(&querystr, "select relname from pg_class where oid="); 5000 smart_str_appends(&querystr, 5007 smart_str_appends(&querystr, "' AND c.relnamespace = n.oid AND n.nspname = '"); 5011 smart_str_appends(&querystr, "' AND a.atttypid = t.oid ORDER BY a.attnum;"); 5961 smart_str_appends( [all...] |
| /PHP_5_5/ext/openssl/ |
| H A D | xp_ssl.c | 153 smart_str_appends(&ebuf, esbuf);
|
| /PHP_5_5/sapi/cli/ |
| H A D | php_cli_server.c | 525 smart_str_appends(&buffer, SG(sapi_headers).http_status_line);
|
| /PHP_5_5/ext/dba/ |
| H A D | dba.c | 519 smart_str_appends(&handlers, hptr->name);
|
| /PHP_5_5/ext/sockets/ |
| H A D | conversions.c | 158 smart_str_appends(&path, *node); 159 smart_str_appends(&path, " > ");
|