| /PHP_5_5/ext/json/ |
| H A D | JSON_parser.c | 358 smart_str_appendc(buf, (unsigned char) utf16); 362 smart_str_appendc(buf, 0xc0 | (utf16 >> 6)); 363 smart_str_appendc(buf, 0x80 | (utf16 & 0x3f)); 379 smart_str_appendc(buf, (unsigned char) (0xf0 | (utf32 >> 18))); 380 smart_str_appendc(buf, 0x80 | ((utf32 >> 12) & 0x3f)); 381 smart_str_appendc(buf, 0x80 | ((utf32 >> 6) & 0x3f)); 382 smart_str_appendc(buf, 0x80 | (utf32 & 0x3f)); 386 smart_str_appendc(buf, 0xe0 | (utf16 >> 12)); 387 smart_str_appendc(buf, 0x80 | ((utf16 >> 6) & 0x3f)); 388 smart_str_appendc(bu [all...] |
| H A D | json.c | 212 smart_str_appendc(buf, c); 251 smart_str_appendc(buf, '['); 253 smart_str_appendc(buf, '{'); 285 smart_str_appendc(buf, ','); 304 smart_str_appendc(buf, ','); 313 smart_str_appendc(buf, ':'); 320 smart_str_appendc(buf, ','); 328 smart_str_appendc(buf, '"'); 330 smart_str_appendc(buf, '"'); 331 smart_str_appendc(bu [all...] |
| /PHP_5_5/ext/filter/ |
| H A D | sanitizing_filters.c | 45 smart_str_appendc(&str, ';'); 48 smart_str_appendc(&str, *s);
|
| /PHP_5_5/ext/iconv/ |
| H A D | iconv.c | 1147 smart_str_appendc(pretval, ' '); 1155 smart_str_appendc(pretval, '?'); 1165 smart_str_appendc(pretval, 'B'); 1167 smart_str_appendc(pretval, '?'); 1269 smart_str_appendc(pretval, 'Q'); 1271 smart_str_appendc(pretval, '?'); 1345 smart_str_appendc(pretval, *(char *)p); 1349 smart_str_appendc(pretval, '='); 1350 smart_str_appendc(pretval, qp_digits[(*p >> 4) & 0x0f]); 1351 smart_str_appendc(pretva [all...] |
| /PHP_5_5/ext/mcrypt/ |
| H A D | mcrypt.c | 506 smart_str_appendc(&tmp1, ' '); 517 smart_str_appendc(&tmp2, ' ');
|
| /PHP_5_5/ext/readline/ |
| H A D | readline_cli.c | 143 smart_str_appendc(&retval, '\\'); 147 smart_str_appendc(&retval, '\n'); 151 smart_str_appendc(&retval, '\t'); 155 smart_str_appendc(&retval, '\033'); 169 smart_str_appendc(&retval, prompt); 173 smart_str_appendc(&retval, '`'); 177 smart_str_appendc(&retval, '\\'); 196 smart_str_appendc(&retval, *prompt_spec);
|
| /PHP_5_5/ext/soap/ |
| H A D | php_packet_soap.c | 408 smart_str_appendc(&key,':');
|
| H A D | php_schema.c | 59 smart_str_appendc(&nscat, ':'); 1085 smart_str_appendc(&key, ':'); 1102 smart_str_appendc(&key, ':'); 1513 smart_str_appendc(&nscat, ':'); 1535 smart_str_appendc(&key, ':'); 1739 smart_str_appendc(&key, ':'); 1754 smart_str_appendc(&key, ':'); 1857 smart_str_appendc(&key2, ':'); 1947 smart_str_appendc(&key, ':'); 1974 smart_str_appendc( [all...] |
| H A D | php_sdl.c | 204 smart_str_appendc(&key, ':'); 544 smart_str_appendc(&key,':'); 649 smart_str_appendc(&key,':'); 1191 #define WSDL_CACHE_PUT_INT(val,buf) smart_str_appendc(buf,val & 0xff); \ 1192 smart_str_appendc(buf,(val >> 8) & 0xff); \ 1193 smart_str_appendc(buf,(val >> 16) & 0xff); \ 1194 smart_str_appendc(buf,(val >> 24) & 0xff); 1195 #define WSDL_CACHE_PUT_1(val,buf) smart_str_appendc(buf,val);
|
| H A D | php_encoding.c | 321 smart_str_appendc(&prefix, '#'); 338 smart_str_appendc(&prefix, '#'); 424 smart_str_appendc(&nscat, ':'); 511 smart_str_appendc(&nscat, ':'); 546 smart_str_appendc(&nscat, ':'); 567 smart_str_appendc(&nscat, ':'); 2422 smart_str_appendc(&array_size, ','); 2452 smart_str_appendc(&array_size, ','); 2473 smart_str_appendc(&array_size, ','); 2519 smart_str_appendc( [all...] |
| H A D | php_http.c | 45 smart_str_appendc(&auth, ':'); 73 smart_str_appendc(&auth, ':'); 246 smart_str_appendc(&soap_headers, ':'); 252 smart_str_appendc(&soap_headers, ':'); 545 smart_str_appendc(&soap_headers, ':'); 551 smart_str_appendc(&soap_headers, '/'); 554 smart_str_appendc(&soap_headers, '?'); 558 smart_str_appendc(&soap_headers, '#'); 569 smart_str_appendc(&soap_headers, ':'); 747 smart_str_appendc( [all...] |
| H A D | soap.c | 1085 smart_str_appendc(&nscat, ':'); 2756 smart_str_appendc(&action, '#'); 3621 smart_str_appendc(&key, ':'); 3830 smart_str_appendc(&key, ':'); 4051 smart_str_appendc(&key, ':'); 4273 smart_str_appendc(&key, ':'); 4544 smart_str_appendc(buf, ' '); 4574 smart_str_appendc(buf, '('); 4593 smart_str_appendc(buf, ')'); 4608 smart_str_appendc(bu [all...] |
| /PHP_5_5/ext/spl/ |
| H A D | spl_observer.c | 774 smart_str_appendc(&buf, ','); 776 smart_str_appendc(&buf, ';');
|
| /PHP_5_5/ext/standard/ |
| H A D | php_smart_str.h | 81 #define smart_str_appendc(dest, c) \ macro
|
| H A D | url_scanner_ex.c | 224 smart_str_appendc(&ctx->result, type); 231 smart_str_appendc(&ctx->result, type); 931 smart_str_appendc(&url_app, '='); 1051 smart_str_appendc(&BG(url_adapt_state_ex).url_app, '=');
|
| H A D | url_scanner_ex.re | 160 smart_str_appendc(&ctx->result, type); 167 smart_str_appendc(&ctx->result, type); 369 smart_str_appendc(&url_app, '='); 489 smart_str_appendc(&BG(url_adapt_state_ex).url_app, '=');
|
| H A D | file.c | 1883 smart_str_appendc(&csvline, enclosure); 1888 smart_str_appendc(&csvline, enclosure); 1892 smart_str_appendc(&csvline, *ch); 1895 smart_str_appendc(&csvline, enclosure); 1910 smart_str_appendc(&csvline, '\n');
|
| H A D | var.c | 365 smart_str_appendc(buf, '\''); 374 smart_str_appendc(buf, ','); 375 smart_str_appendc(buf, '\n'); 401 smart_str_appendc(buf, '\''); 403 smart_str_appendc(buf, '\''); 410 smart_str_appendc(buf, ','); 411 smart_str_appendc(buf, '\n'); 447 smart_str_appendc(buf, '\''); 449 smart_str_appendc(buf, '\''); 462 smart_str_appendc(bu [all...] |
| /PHP_5_5/sapi/apache2filter/ |
| H A D | php_functions.c | 338 smart_str_appendc(&tmp1, ' ');
|
| /PHP_5_5/sapi/apache2handler/ |
| H A D | php_functions.c | 389 smart_str_appendc(&tmp1, ' ');
|
| /PHP_5_5/ext/mysqlnd/ |
| H A D | php_mysqlnd.c | 97 smart_str_appendc(buffer, ','); 116 smart_str_appendc(buffer, ',');
|
| H A D | mysqlnd_alloc.c | 597 smart_str_appendc(&tmp_str, *p);
|
| /PHP_5_5/ext/session/ |
| H A D | session.c | 776 smart_str_appendc(&buf, (unsigned char) key_length); 781 smart_str_appendc(&buf, (unsigned char) (key_length & PS_BIN_UNDEF)); 864 smart_str_appendc(&buf, PS_DELIMITER); 868 smart_str_appendc(&buf, PS_UNDEF_MARKER); 870 smart_str_appendc(&buf, PS_DELIMITER); 1187 smart_str_appendc(&ncookie, '='); 1288 smart_str_appendc(&var, '='); 2247 smart_str_appendc(&save_handlers, ' '); 2255 smart_str_appendc(&ser_handlers, ' ');
|
| /PHP_5_5/main/ |
| H A D | spprintf.c | 134 smart_str_appendc(xbuf, ch); \
|
| /PHP_5_5/ext/pgsql/ |
| H A D | pgsql.c | 1122 smart_str_appendc(&str, '_'); 5223 smart_str_appendc(&str, '\''); 5225 smart_str_appendc(&str, '\''); 5990 smart_str_appendc(&querystr, ','); 6018 smart_str_appendc(&querystr, ','); 6108 smart_str_appendc(querystr, '='); 6179 smart_str_appendc(&querystr, ';'); 6275 smart_str_appendc(&querystr, ';'); 6411 smart_str_appendc(&querystr, ';');
|