smart_str_appendl 1011 curl/interface.c smart_str_appendl(&t->buf, data, (int) length);
smart_str_appendl 1231 curl/interface.c smart_str_appendl(&ch->handlers->write->buf, data, (int) length);
smart_str_appendl 1091 date/php_date.c smart_str_appendl(&string, buffer, length);
smart_str_appendl 3724 date/php_date.c smart_str_appendl(&string, buffer, length);
smart_str_appendl 43 filter/sanitizing_filters.c smart_str_appendl(&str, "&#", 2);
smart_str_appendl 775 iconv/iconv.c smart_str_appendl(pretval, "", 0);
smart_str_appendl 1134 iconv/iconv.c smart_str_appendl(pretval, ": ", sizeof(": ") - 1);
smart_str_appendl 1146 iconv/iconv.c smart_str_appendl(pretval, lfchars, lfchars_len);
smart_str_appendl 1151 iconv/iconv.c smart_str_appendl(pretval, "=?", sizeof("=?") - 1);
smart_str_appendl 1153 iconv/iconv.c smart_str_appendl(pretval, out_charset, out_charset_len);
smart_str_appendl 1254 iconv/iconv.c smart_str_appendl(pretval, encoded, encoded_len);
smart_str_appendl 1256 iconv/iconv.c smart_str_appendl(pretval, "?=", sizeof("?=") - 1);
smart_str_appendl 1356 iconv/iconv.c smart_str_appendl(pretval, "?=", sizeof("?=") - 1);
smart_str_appendl 4319 imap/php_imap.c smart_str_appendl(ret, string, len);
smart_str_appendl 766 intl/locale/locale_methods.c smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1);
smart_str_appendl 768 intl/locale/locale_methods.c smart_str_appendl(loc_name, Z_STRVAL_PP(ele_value) , Z_STRLEN_PP(ele_value));
smart_str_appendl 782 intl/locale/locale_methods.c smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1);
smart_str_appendl 783 intl/locale/locale_methods.c smart_str_appendl(loc_name, PRIVATE_PREFIX , sizeof(PRIVATE_PREFIX)-1);
smart_str_appendl 807 intl/locale/locale_methods.c smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1);
smart_str_appendl 808 intl/locale/locale_methods.c smart_str_appendl(loc_name, Z_STRVAL_PP(ele_value) , Z_STRLEN_PP(ele_value));
smart_str_appendl 823 intl/locale/locale_methods.c smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1);
smart_str_appendl 824 intl/locale/locale_methods.c smart_str_appendl(loc_name, Z_STRVAL_PP(data) , Z_STRLEN_PP(data));
smart_str_appendl 857 intl/locale/locale_methods.c smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1);
smart_str_appendl 858 intl/locale/locale_methods.c smart_str_appendl(loc_name, Z_STRVAL_PP(ele_value) , Z_STRLEN_PP(ele_value));
smart_str_appendl 94 intl/transliterator/transliterator.c smart_str_appendl( &ret, buf, u8len );
smart_str_appendl 114 intl/transliterator/transliterator.c smart_str_appendl( &ret, buf, u8len );
smart_str_appendl 212 json/json.c smart_str_appendl(buf, " ", 4);
smart_str_appendl 235 json/json.c smart_str_appendl(buf, "null", 4);
smart_str_appendl 393 json/json.c smart_str_appendl(buf, "\"\"", 2);
smart_str_appendl 409 json/json.c smart_str_appendl(buf, tmp, l);
smart_str_appendl 432 json/json.c smart_str_appendl(buf, "null", 4);
smart_str_appendl 434 json/json.c smart_str_appendl(buf, "\"\"", 2);
smart_str_appendl 454 json/json.c smart_str_appendl(buf, "\\u0022", 6);
smart_str_appendl 456 json/json.c smart_str_appendl(buf, "\\\"", 2);
smart_str_appendl 461 json/json.c smart_str_appendl(buf, "\\\\", 2);
smart_str_appendl 468 json/json.c smart_str_appendl(buf, "\\/", 2);
smart_str_appendl 473 json/json.c smart_str_appendl(buf, "\\b", 2);
smart_str_appendl 477 json/json.c smart_str_appendl(buf, "\\f", 2);
smart_str_appendl 481 json/json.c smart_str_appendl(buf, "\\n", 2);
smart_str_appendl 485 json/json.c smart_str_appendl(buf, "\\r", 2);
smart_str_appendl 489 json/json.c smart_str_appendl(buf, "\\t", 2);
smart_str_appendl 494 json/json.c smart_str_appendl(buf, "\\u003C", 6);
smart_str_appendl 502 json/json.c smart_str_appendl(buf, "\\u003E", 6);
smart_str_appendl 510 json/json.c smart_str_appendl(buf, "\\u0026", 6);
smart_str_appendl 518 json/json.c smart_str_appendl(buf, "\\u0027", 6);
smart_str_appendl 528 json/json.c smart_str_appendl(buf, "\\u", 2);
smart_str_appendl 560 json/json.c smart_str_appendl(buf, "null", 4);
smart_str_appendl 568 json/json.c smart_str_appendl(buf, "null", sizeof("null") - 1);
smart_str_appendl 575 json/json.c smart_str_appendl(buf, "null", sizeof("null") - 1);
smart_str_appendl 597 json/json.c smart_str_appendl(buf, "null", 4);
smart_str_appendl 602 json/json.c smart_str_appendl(buf, "true", 4);
smart_str_appendl 604 json/json.c smart_str_appendl(buf, "false", 5);
smart_str_appendl 620 json/json.c smart_str_appendl(buf, d, len);
smart_str_appendl 645 json/json.c smart_str_appendl(buf, "null", 4);
smart_str_appendl 529 libxml/libxml.c smart_str_appendl(&LIBXML(error_buffer), buf, len);
smart_str_appendl 911 mbstring/php_mbregex.c smart_str_appendl(&out_buf, pos, (size_t)((OnigUChar *)(string + regs->beg[0]) - pos));
smart_str_appendl 926 mbstring/php_mbregex.c smart_str_appendl(pbuf, string + regs->beg[n], regs->end[n] - regs->beg[n]);
smart_str_appendl 931 mbstring/php_mbregex.c smart_str_appendl(pbuf, p, fwd);
smart_str_appendl 951 mbstring/php_mbregex.c smart_str_appendl(&out_buf, Z_STRVAL(v), Z_STRLEN(v));
smart_str_appendl 977 mbstring/php_mbregex.c smart_str_appendl(&out_buf, Z_STRVAL_P(retval_ptr), Z_STRLEN_P(retval_ptr));
smart_str_appendl 994 mbstring/php_mbregex.c smart_str_appendl(&out_buf, pos, 1);
smart_str_appendl 1001 mbstring/php_mbregex.c smart_str_appendl(&out_buf, pos, string_lim - pos);
smart_str_appendl 914 pcre/php_pcre.c smart_str_appendl(&code, segment, walk - segment);
smart_str_appendl 938 pcre/php_pcre.c smart_str_appendl(&code, esc_match, esc_match_len);
smart_str_appendl 951 pcre/php_pcre.c smart_str_appendl(&code, segment, walk - segment);
smart_str_appendl 1123 pgsql/pgsql.c smart_str_appendl(&str, Z_STRVAL_PP(args[i]), Z_STRLEN_PP(args[i]));
smart_str_appendl 5005 pgsql/pgsql.c smart_str_appendl(&querystr, tmp_name2, new_len);
smart_str_appendl 5009 pgsql/pgsql.c smart_str_appendl(&querystr, tmp_name, new_len);
smart_str_appendl 5224 pgsql/pgsql.c smart_str_appendl(&str, Z_STRVAL_P(src), Z_STRLEN_P(src));
smart_str_appendl 5989 pgsql/pgsql.c smart_str_appendl(&querystr, fld, fld_len - 1);
smart_str_appendl 6004 pgsql/pgsql.c smart_str_appendl(&querystr, Z_STRVAL_PP(val), Z_STRLEN_PP(val));
smart_str_appendl 6010 pgsql/pgsql.c smart_str_appendl(&querystr, buf, snprintf(buf, sizeof(buf), "%F", Z_DVAL_PP(val)));
smart_str_appendl 6104 pgsql/pgsql.c smart_str_appendl(querystr, fld, fld_len - 1);
smart_str_appendl 6113 pgsql/pgsql.c smart_str_appendl(querystr, Z_STRVAL_PP(val), Z_STRLEN_PP(val));
smart_str_appendl 6119 pgsql/pgsql.c smart_str_appendl(querystr, buf, MIN(snprintf(buf, sizeof(buf), "%F", Z_DVAL_PP(val)), sizeof(buf)-1));
smart_str_appendl 6126 pgsql/pgsql.c smart_str_appendl(querystr, pad, pad_len);
smart_str_appendl 85 readline/readline_cli.c smart_str_appendl(CLIR_G(prompt_str), str, str_length);
smart_str_appendl 777 session/session.c smart_str_appendl(&buf, key, key_length);
smart_str_appendl 782 session/session.c smart_str_appendl(&buf, key, key_length);
smart_str_appendl 858 session/session.c smart_str_appendl(&buf, key, key_length);
smart_str_appendl 869 session/session.c smart_str_appendl(&buf, key, key_length);
smart_str_appendl 2429 session/session.c smart_str_appendl(&progress->key, PS(rfc1867_prefix).c, PS(rfc1867_prefix).len);
smart_str_appendl 2430 session/session.c smart_str_appendl(&progress->key, *data->value, value_len);
smart_str_appendl 327 soap/php_encoding.c smart_str_appendl(&prefix, "#ref", 4);
smart_str_appendl 344 soap/php_encoding.c smart_str_appendl(&prefix, "#ref", 4);
smart_str_appendl 423 soap/php_encoding.c smart_str_appendl(&nscat, Z_STRVAL_PP(zns), Z_STRLEN_PP(zns));
smart_str_appendl 426 soap/php_encoding.c smart_str_appendl(&nscat, Z_STRVAL_PP(zstype), Z_STRLEN_PP(zstype));
smart_str_appendl 2526 soap/php_encoding.c smart_str_appendl(&array_type,"xsd:ur-type",sizeof("xsd:ur-type")-1);
smart_str_appendl 3537 soap/php_encoding.c smart_str_appendl(&prefix, "ns", 2);
smart_str_appendl 3635 soap/php_encoding.c smart_str_appendl(type, "xsd:anyType", sizeof("xsd:anyType")-1);
smart_str_appendl 3697 soap/php_encoding.c smart_str_appendl(type, "xsd:anyType", sizeof("xsd:anyType")-1);
smart_str_appendl 3746 soap/php_encoding.c smart_str_appendl(ret, type, strlen(type));
smart_str_appendl 32 soap/php_http.c smart_str_appendl(str,const,sizeof(const)-1)
smart_str_appendl 44 soap/php_http.c smart_str_appendl(&auth, Z_STRVAL_PP(login), Z_STRLEN_PP(login));
smart_str_appendl 47 soap/php_http.c smart_str_appendl(&auth, Z_STRVAL_PP(password), Z_STRLEN_PP(password));
smart_str_appendl 52 soap/php_http.c smart_str_appendl(soap_headers, (char*)buf, len);
smart_str_appendl 72 soap/php_http.c smart_str_appendl(&auth, Z_STRVAL_PP(login), Z_STRLEN_PP(login));
smart_str_appendl 75 soap/php_http.c smart_str_appendl(&auth, Z_STRVAL_PP(password), Z_STRLEN_PP(password));
smart_str_appendl 80 soap/php_http.c smart_str_appendl(soap_headers, (char*)buf, len);
smart_str_appendl 150 soap/php_http.c smart_str_appendl(soap_headers, s, p-s);
smart_str_appendl 523 soap/php_http.c smart_str_appendl(&soap_headers, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 531 soap/php_http.c smart_str_appendl(&soap_headers, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 670 soap/php_http.c smart_str_appendl(&soap_headers, Z_STRVAL_PP(login), Z_STRLEN_PP(login));
smart_str_appendl 674 soap/php_http.c smart_str_appendl(&soap_headers, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 679 soap/php_http.c smart_str_appendl(&soap_headers, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 700 soap/php_http.c smart_str_appendl(&soap_headers, nc, 8);
smart_str_appendl 702 soap/php_http.c smart_str_appendl(&soap_headers, cnonce, 8);
smart_str_appendl 705 soap/php_http.c smart_str_appendl(&soap_headers, response, 32);
smart_str_appendl 709 soap/php_http.c smart_str_appendl(&soap_headers, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 714 soap/php_http.c smart_str_appendl(&soap_headers, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 723 soap/php_http.c smart_str_appendl(&auth, Z_STRVAL_PP(login), Z_STRLEN_PP(login));
smart_str_appendl 727 soap/php_http.c smart_str_appendl(&auth, Z_STRVAL_PP(password), Z_STRLEN_PP(password));
smart_str_appendl 732 soap/php_http.c smart_str_appendl(&soap_headers, (char*)buf, len);
smart_str_appendl 770 soap/php_http.c smart_str_appendl(&soap_headers, key, strlen(key));
smart_str_appendl 772 soap/php_http.c smart_str_appendl(&soap_headers, Z_STRVAL_PP(value), Z_STRLEN_PP(value));
smart_str_appendl 791 soap/php_http.c smart_str_appendl(&soap_headers, request, request_size);
smart_str_appendl 905 soap/php_http.c smart_str_appendl(&name, cookie, eqpos - cookie);
smart_str_appendl 462 soap/php_schema.c smart_str_appendl(&anonymous, "anonymous", sizeof("anonymous")-1);
smart_str_appendl 558 soap/php_schema.c smart_str_appendl(&anonymous, "anonymous", sizeof("anonymous")-1);
smart_str_appendl 1903 soap/php_schema.c smart_str_appendl(&anonymous, "anonymous", sizeof("anonymous")-1);
smart_str_appendl 1196 soap/php_sdl.c #define WSDL_CACHE_PUT_N(val,n,buf) smart_str_appendl(buf,(char*)val,n);
smart_str_appendl 3316 soap/php_sdl.c smart_str_appendl(&headers, "Connection: close\r\n", sizeof("Connection: close\r\n")-1);
smart_str_appendl 3582 soap/soap.c smart_str_appendl(&key, Z_STRVAL(h->function_name), Z_STRLEN(h->function_name));
smart_str_appendl 3788 soap/soap.c smart_str_appendl(&key, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 3794 soap/soap.c smart_str_appendl(&key, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 4009 soap/soap.c smart_str_appendl(&key, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 4015 soap/soap.c smart_str_appendl(&key, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 4231 soap/soap.c smart_str_appendl(&key, Z_STRVAL_PP(ns), Z_STRLEN_PP(ns));
smart_str_appendl 4233 soap/soap.c smart_str_appendl(&key, Z_STRVAL_PP(name), Z_STRLEN_PP(name));
smart_str_appendl 4502 soap/soap.c smart_str_appendl(buf, (*param)->encode->details.type_str, strlen((*param)->encode->details.type_str));
smart_str_appendl 4505 soap/soap.c smart_str_appendl(buf, "UNKNOWN ", 8);
smart_str_appendl 4509 soap/soap.c smart_str_appendl(buf, "list(", 5);
smart_str_appendl 4513 soap/soap.c smart_str_appendl(buf, ", ", 2);
smart_str_appendl 4516 soap/soap.c smart_str_appendl(buf, (*param)->encode->details.type_str, strlen((*param)->encode->details.type_str));
smart_str_appendl 4518 soap/soap.c smart_str_appendl(buf, "UNKNOWN", 7);
smart_str_appendl 4520 soap/soap.c smart_str_appendl(buf, " $", 2);
smart_str_appendl 4521 soap/soap.c smart_str_appendl(buf, (*param)->paramName, strlen((*param)->paramName));
smart_str_appendl 4525 soap/soap.c smart_str_appendl(buf, ") ", 2);
smart_str_appendl 4528 soap/soap.c smart_str_appendl(buf, "void ", 5);
smart_str_appendl 4531 soap/soap.c smart_str_appendl(buf, function->functionName, strlen(function->functionName));
smart_str_appendl 4539 soap/soap.c smart_str_appendl(buf, ", ", 2);
smart_str_appendl 4542 soap/soap.c smart_str_appendl(buf, (*param)->encode->details.type_str, strlen((*param)->encode->details.type_str));
smart_str_appendl 4544 soap/soap.c smart_str_appendl(buf, "UNKNOWN", 7);
smart_str_appendl 4546 soap/soap.c smart_str_appendl(buf, " $", 2);
smart_str_appendl 4547 soap/soap.c smart_str_appendl(buf, (*param)->paramName, strlen((*param)->paramName));
smart_str_appendl 4563 soap/soap.c smart_str_appendl(buf, ";\n", 2);
smart_str_appendl 4569 soap/soap.c smart_str_appendl(buf, "<anyXML> any;\n", sizeof("<anyXML> any;\n")-1);
smart_str_appendl 4599 soap/soap.c smart_str_appendl(buf, spaces.c, spaces.len);
smart_str_appendl 4604 soap/soap.c smart_str_appendl(buf, type->encode->details.type_str, strlen(type->encode->details.type_str));
smart_str_appendl 4607 soap/soap.c smart_str_appendl(buf, "anyType ", sizeof("anyType ")-1);
smart_str_appendl 4609 soap/soap.c smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4612 soap/soap.c smart_str_appendl(buf, "list ", 5);
smart_str_appendl 4613 soap/soap.c smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4617 soap/soap.c smart_str_appendl(buf, " {", 2);
smart_str_appendl 4620 soap/soap.c smart_str_appendl(buf, (*item_type)->name, strlen((*item_type)->name));
smart_str_appendl 4626 soap/soap.c smart_str_appendl(buf, "union ", 6);
smart_str_appendl 4627 soap/soap.c smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4632 soap/soap.c smart_str_appendl(buf, " {", 2);
smart_str_appendl 4639 soap/soap.c smart_str_appendl(buf, (*item_type)->name, strlen((*item_type)->name));
smart_str_appendl 4667 soap/soap.c smart_str_appendl(buf, "anyType", sizeof("anyType")-1);
smart_str_appendl 4669 soap/soap.c smart_str_appendl(buf, (*ext)->val, len);
smart_str_appendl 4672 soap/soap.c smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4694 soap/soap.c smart_str_appendl(buf, "anyType ", 8);
smart_str_appendl 4696 soap/soap.c smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4706 soap/soap.c smart_str_appendl(buf, "[]", 2);
smart_str_appendl 4710 soap/soap.c smart_str_appendl(buf, "struct ", 7);
smart_str_appendl 4711 soap/soap.c smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4713 soap/soap.c smart_str_appendl(buf, "{\n", 2);
smart_str_appendl 4725 soap/soap.c smart_str_appendl(buf, spaces.c, spaces.len);
smart_str_appendl 4727 soap/soap.c smart_str_appendl(buf, type->encode->details.type_str, strlen(type->encode->details.type_str));
smart_str_appendl 4728 soap/soap.c smart_str_appendl(buf, " _;\n", 4);
smart_str_appendl 4739 soap/soap.c smart_str_appendl(buf, spaces.c, spaces.len);
smart_str_appendl 4745 soap/soap.c smart_str_appendl(buf, "UNKNOWN ", 8);
smart_str_appendl 4748 soap/soap.c smart_str_appendl(buf, ";\n", 2);
smart_str_appendl 4752 soap/soap.c smart_str_appendl(buf, spaces.c, spaces.len);
smart_str_appendl 1695 spl/spl_array.c smart_str_appendl(&buf, "x:", 2);
smart_str_appendl 1705 spl/spl_array.c smart_str_appendl(&buf, "m:", 2);
smart_str_appendl 917 spl/spl_iterators.c smart_str_appendl(&intern->prefix[0], "", 0);
smart_str_appendl 918 spl/spl_iterators.c smart_str_appendl(&intern->prefix[1], "| ", 2);
smart_str_appendl 919 spl/spl_iterators.c smart_str_appendl(&intern->prefix[2], " ", 2);
smart_str_appendl 920 spl/spl_iterators.c smart_str_appendl(&intern->prefix[3], "|-", 2);
smart_str_appendl 921 spl/spl_iterators.c smart_str_appendl(&intern->prefix[4], "\\-", 2);
smart_str_appendl 922 spl/spl_iterators.c smart_str_appendl(&intern->prefix[5], "", 0);
smart_str_appendl 990 spl/spl_iterators.c smart_str_appendl(&str, object->prefix[0].c, object->prefix[0].len);
smart_str_appendl 996 spl/spl_iterators.c smart_str_appendl(&str, object->prefix[1].c, object->prefix[1].len);
smart_str_appendl 998 spl/spl_iterators.c smart_str_appendl(&str, object->prefix[2].c, object->prefix[2].len);
smart_str_appendl 1006 spl/spl_iterators.c smart_str_appendl(&str, object->prefix[3].c, object->prefix[3].len);
smart_str_appendl 1008 spl/spl_iterators.c smart_str_appendl(&str, object->prefix[4].c, object->prefix[4].len);
smart_str_appendl 1013 spl/spl_iterators.c smart_str_appendl(&str, object->prefix[5].c, object->prefix[5].len);
smart_str_appendl 1070 spl/spl_iterators.c smart_str_appendl(&object->prefix[part], prefix, prefix_len);
smart_str_appendl 759 spl/spl_observer.c smart_str_appendl(&buf, "x:", 2);
smart_str_appendl 781 spl/spl_observer.c smart_str_appendl(&buf, "m:", 2);
smart_str_appendl 1894 standard/file.c smart_str_appendl(&csvline, Z_STRVAL(field), Z_STRLEN(field));
smart_str_appendl 1898 standard/file.c smart_str_appendl(&csvline, &delimiter, 1);
smart_str_appendl 268 standard/filters.c smart_str_appendl(&tags_ss, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 149 standard/http.c smart_str_appendl(formstr, arg_sep, arg_sep_len);
smart_str_appendl 152 standard/http.c smart_str_appendl(formstr, key_prefix, key_prefix_len);
smart_str_appendl 159 standard/http.c smart_str_appendl(formstr, ekey, ekey_len);
smart_str_appendl 164 standard/http.c smart_str_appendl(formstr, num_prefix, num_prefix_len);
smart_str_appendl 167 standard/http.c smart_str_appendl(formstr, ekey, ekey_len);
smart_str_appendl 170 standard/http.c smart_str_appendl(formstr, key_suffix, key_suffix_len);
smart_str_appendl 171 standard/http.c smart_str_appendl(formstr, "=", 1);
smart_str_appendl 200 standard/http.c smart_str_appendl(formstr, ekey, ekey_len);
smart_str_appendl 201 standard/http_fopen_wrapper.c smart_str_appendl(&header, "CONNECT ", sizeof("CONNECT ")-1);
smart_str_appendl 205 standard/http_fopen_wrapper.c smart_str_appendl(&header, " HTTP/1.0\r\n", sizeof(" HTTP/1.0\r\n")-1);
smart_str_appendl 230 standard/http_fopen_wrapper.c smart_str_appendl(&header, s, p - s);
smart_str_appendl 231 standard/http_fopen_wrapper.c smart_str_appendl(&header, "\r\n", sizeof("\r\n")-1);
smart_str_appendl 254 standard/http_fopen_wrapper.c smart_str_appendl(&header, s, p - s);
smart_str_appendl 255 standard/http_fopen_wrapper.c smart_str_appendl(&header, "\r\n", sizeof("\r\n")-1);
smart_str_appendl 267 standard/http_fopen_wrapper.c smart_str_appendl(&header, "\r\n", sizeof("\r\n")-1);
smart_str_appendl 409 standard/http_fopen_wrapper.c smart_str_appendl(&tmpstr, Z_STRVAL_PP(tmpheader), Z_STRLEN_PP(tmpheader));
smart_str_appendl 410 standard/http_fopen_wrapper.c smart_str_appendl(&tmpstr, "\r\n", sizeof("\r\n") - 1);
smart_str_appendl 79 standard/php_smart_str.h smart_str_appendl((dest), (src), strlen(src))
smart_str_appendl 1143 standard/string.c smart_str_appendl(&implstr, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 1149 standard/string.c smart_str_appendl(&implstr, stmp, str_len);
smart_str_appendl 1155 standard/string.c smart_str_appendl(&implstr, "1", sizeof("1")-1);
smart_str_appendl 1165 standard/string.c smart_str_appendl(&implstr, stmp, str_len);
smart_str_appendl 1174 standard/string.c smart_str_appendl(&implstr, Z_STRVAL(expr), Z_STRLEN(expr));
smart_str_appendl 1185 standard/string.c smart_str_appendl(&implstr, Z_STRVAL(tmp_val), Z_STRLEN(tmp_val));
smart_str_appendl 1192 standard/string.c smart_str_appendl(&implstr, Z_STRVAL_P(delim), Z_STRLEN_P(delim));
smart_str_appendl 2861 standard/string.c smart_str_appendl(&result, tval, tlen);
smart_str_appendl 186 standard/url_scanner_ex.c smart_str_appendl(dest, url->c, bash - url->c);
smart_str_appendl 194 standard/url_scanner_ex.c smart_str_appendl(dest, bash, q - bash);
smart_str_appendl 250 standard/url_scanner_ex.c smart_str_appendl(&ctx->result, start, YYCURSOR - start);
smart_str_appendl 307 standard/url_scanner_ex.c smart_str_appendl(&ctx->tag, start, YYCURSOR - start);
smart_str_appendl 318 standard/url_scanner_ex.c smart_str_appendl(&ctx->arg, start, YYCURSOR - start);
smart_str_appendl 334 standard/url_scanner_ex.c smart_str_appendl(&ctx->buf, newdata, newlen);
smart_str_appendl 900 standard/url_scanner_ex.c smart_str_appendl(&ctx->result, "", 0);
smart_str_appendl 904 standard/url_scanner_ex.c smart_str_appendl(&ctx->result, ctx->buf.c, ctx->buf.len);
smart_str_appendl 953 standard/url_scanner_ex.c smart_str_appendl(&ctx->result, ctx->buf.c, ctx->buf.len);
smart_str_appendl 954 standard/url_scanner_ex.c smart_str_appendl(&ctx->result, output, output_len);
smart_str_appendl 994 standard/url_scanner_ex.c smart_str_appendl(&BG(url_adapt_state_ex).url_app, name, name_len);
smart_str_appendl 999 standard/url_scanner_ex.c smart_str_appendl(&BG(url_adapt_state_ex).form_app, name, name_len);
smart_str_appendl 340 standard/var.c smart_str_appendl(buf, tmp_spaces, tmp_spaces_len); \
smart_str_appendl 355 standard/var.c smart_str_appendl(buf, " => ", 4);
smart_str_appendl 366 standard/var.c smart_str_appendl(buf, tmp_str, tmp_len);
smart_str_appendl 367 standard/var.c smart_str_appendl(buf, "' => ", 5);
smart_str_appendl 402 standard/var.c smart_str_appendl(buf, pname_esc, pname_esc_len);
smart_str_appendl 408 standard/var.c smart_str_appendl(buf, " => ", 4);
smart_str_appendl 427 standard/var.c smart_str_appendl(buf, "true", 4);
smart_str_appendl 429 standard/var.c smart_str_appendl(buf, "false", 5);
smart_str_appendl 433 standard/var.c smart_str_appendl(buf, "NULL", 4);
smart_str_appendl 440 standard/var.c smart_str_appendl(buf, tmp_str, tmp_len);
smart_str_appendl 448 standard/var.c smart_str_appendl(buf, tmp_str2, tmp_len2);
smart_str_appendl 457 standard/var.c smart_str_appendl(buf, "NULL", 4);
smart_str_appendl 465 standard/var.c smart_str_appendl(buf, "array (\n", 8);
smart_str_appendl 478 standard/var.c smart_str_appendl(buf, "NULL", 4);
smart_str_appendl 488 standard/var.c smart_str_appendl(buf, class_name, class_name_len);
smart_str_appendl 489 standard/var.c smart_str_appendl(buf, "::__set_state(array(\n", 21);
smart_str_appendl 498 standard/var.c smart_str_appendl(buf, "))", 2);
smart_str_appendl 502 standard/var.c smart_str_appendl(buf, "NULL", 4);
smart_str_appendl 589 standard/var.c smart_str_appendl(buf, "i:", 2);
smart_str_appendl 597 standard/var.c smart_str_appendl(buf, "s:", 2);
smart_str_appendl 599 standard/var.c smart_str_appendl(buf, ":\"", 2);
smart_str_appendl 600 standard/var.c smart_str_appendl(buf, str, len);
smart_str_appendl 601 standard/var.c smart_str_appendl(buf, "\";", 2);
smart_str_appendl 610 standard/var.c smart_str_appendl(buf, "O:", 2);
smart_str_appendl 612 standard/var.c smart_str_appendl(buf, ":\"", 2);
smart_str_appendl 613 standard/var.c smart_str_appendl(buf, class_name, name_len);
smart_str_appendl 614 standard/var.c smart_str_appendl(buf, "\":", 2);
smart_str_appendl 633 standard/var.c smart_str_appendl(buf, ":{", 2);
smart_str_appendl 665 standard/var.c smart_str_appendl(buf,"N;", 2);
smart_str_appendl 719 standard/var.c smart_str_appendl(buf, "R:", 2);
smart_str_appendl 724 standard/var.c smart_str_appendl(buf, "r:", 2);
smart_str_appendl 733 standard/var.c smart_str_appendl(buf, "b:", 2);
smart_str_appendl 739 standard/var.c smart_str_appendl(buf, "N;", 2);
smart_str_appendl 749 standard/var.c smart_str_appendl(buf, "d:", 2);
smart_str_appendl 778 standard/var.c smart_str_appendl(buf, "C:", 2);
smart_str_appendl 780 standard/var.c smart_str_appendl(buf, ":\"", 2);
smart_str_appendl 781 standard/var.c smart_str_appendl(buf, Z_OBJCE_P(struc)->name, Z_OBJCE_P(struc)->name_length);
smart_str_appendl 782 standard/var.c smart_str_appendl(buf, "\":", 2);
smart_str_appendl 785 standard/var.c smart_str_appendl(buf, ":{", 2);
smart_str_appendl 786 standard/var.c smart_str_appendl(buf, serialized_data, serialized_length);
smart_str_appendl 789 standard/var.c smart_str_appendl(buf, "N;", 2);
smart_str_appendl 812 standard/var.c smart_str_appendl(buf,"N;", 2);
smart_str_appendl 828 standard/var.c smart_str_appendl(buf, "a:", 2);
smart_str_appendl 841 standard/var.c smart_str_appendl(buf, ":{", 2);
smart_str_appendl 875 standard/var.c smart_str_appendl(buf, "N;", 2);
smart_str_appendl 891 standard/var.c smart_str_appendl(buf, "i:0;", 4);
smart_str_appendl 52 wddx/php_wddx_api.h #define php_wddx_add_chunk_ex(packet, str, len) smart_str_appendl(packet, str, len)
smart_str_appendl 53 wddx/php_wddx_api.h #define php_wddx_add_chunk_static(packet, str) smart_str_appendl(packet, str, sizeof(str)-1)