Searched refs:smart_str_appendc (Results 1 - 25 of 34) sorted by relevance

12

/PHP_5_5/ext/json/
H A DJSON_parser.c358 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 Djson.c212 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 Dsanitizing_filters.c45 smart_str_appendc(&str, ';');
48 smart_str_appendc(&str, *s);
/PHP_5_5/ext/iconv/
H A Diconv.c1147 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 Dmcrypt.c506 smart_str_appendc(&tmp1, ' ');
517 smart_str_appendc(&tmp2, ' ');
/PHP_5_5/ext/readline/
H A Dreadline_cli.c143 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 Dphp_packet_soap.c408 smart_str_appendc(&key,':');
H A Dphp_schema.c59 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 Dphp_sdl.c204 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 Dphp_encoding.c321 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 Dphp_http.c45 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 Dsoap.c1085 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 Dspl_observer.c774 smart_str_appendc(&buf, ',');
776 smart_str_appendc(&buf, ';');
/PHP_5_5/ext/standard/
H A Dphp_smart_str.h81 #define smart_str_appendc(dest, c) \ macro
H A Durl_scanner_ex.c224 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 Durl_scanner_ex.re160 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 Dfile.c1883 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 Dvar.c365 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 Dphp_functions.c338 smart_str_appendc(&tmp1, ' ');
/PHP_5_5/sapi/apache2handler/
H A Dphp_functions.c389 smart_str_appendc(&tmp1, ' ');
/PHP_5_5/ext/mysqlnd/
H A Dphp_mysqlnd.c97 smart_str_appendc(buffer, ',');
116 smart_str_appendc(buffer, ',');
H A Dmysqlnd_alloc.c597 smart_str_appendc(&tmp_str, *p);
/PHP_5_5/ext/session/
H A Dsession.c776 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 Dspprintf.c134 smart_str_appendc(xbuf, ch); \
/PHP_5_5/ext/pgsql/
H A Dpgsql.c1122 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, ';');

Completed in 69 milliseconds

12