smart_str_appendl 1312 ext/curl/interface.c 				smart_str_appendl(&t->buf, data, (int) length);
smart_str_appendl 1605 ext/curl/interface.c 				smart_str_appendl(&ch->handlers->write->buf, data, (int) length);
smart_str_appendl 1213 ext/date/php_date.c 		smart_str_appendl(&string, buffer, length);
smart_str_appendl 4337 ext/date/php_date.c 			smart_str_appendl(&string, buffer, length);
smart_str_appendl  214 ext/dom/documenttype.c 				smart_str_appendl(&ret_buf, xmlOutputBufferGetContent(buff), xmlOutputBufferGetSize(buff));
smart_str_appendl  216 ext/dom/documenttype.c 				smart_str_appendl(&ret_buf, buff->buffer->content, buff->buffer->use);
smart_str_appendl   43 ext/filter/sanitizing_filters.c 			smart_str_appendl(&str, "&#", 2);
smart_str_appendl  870 ext/iconv/iconv.c 		smart_str_appendl(pretval, "", 0);
smart_str_appendl 1229 ext/iconv/iconv.c 	smart_str_appendl(pretval, ": ", sizeof(": ") - 1);
smart_str_appendl 1241 ext/iconv/iconv.c 			smart_str_appendl(pretval, lfchars, lfchars_len);
smart_str_appendl 1246 ext/iconv/iconv.c 		smart_str_appendl(pretval, "=?", sizeof("=?") - 1);
smart_str_appendl 1248 ext/iconv/iconv.c 		smart_str_appendl(pretval, out_charset, out_charset_len);
smart_str_appendl 1349 ext/iconv/iconv.c 				smart_str_appendl(pretval, encoded, encoded_len);
smart_str_appendl 1351 ext/iconv/iconv.c 				smart_str_appendl(pretval, "?=", sizeof("?=") - 1);
smart_str_appendl 1451 ext/iconv/iconv.c 				smart_str_appendl(pretval, "?=", sizeof("?=") - 1);
smart_str_appendl 4318 ext/imap/php_imap.c 	smart_str_appendl(ret, string, len);
smart_str_appendl  286 ext/intl/intl_error.c 			smart_str_appendl( &ret, buf, u8len );
smart_str_appendl  306 ext/intl/intl_error.c 			smart_str_appendl( &ret, buf, u8len );
smart_str_appendl  773 ext/intl/locale/locale_methods.c 			smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1);
smart_str_appendl  775 ext/intl/locale/locale_methods.c 		smart_str_appendl(loc_name, Z_STRVAL_PP(ele_value) , Z_STRLEN_PP(ele_value));
smart_str_appendl  789 ext/intl/locale/locale_methods.c 		smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1);
smart_str_appendl  790 ext/intl/locale/locale_methods.c 		smart_str_appendl(loc_name, PRIVATE_PREFIX , sizeof(PRIVATE_PREFIX)-1);
smart_str_appendl  814 ext/intl/locale/locale_methods.c 			smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1);
smart_str_appendl  815 ext/intl/locale/locale_methods.c 			smart_str_appendl(loc_name, Z_STRVAL_PP(ele_value) , Z_STRLEN_PP(ele_value));
smart_str_appendl  830 ext/intl/locale/locale_methods.c 				smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1);
smart_str_appendl  831 ext/intl/locale/locale_methods.c 				smart_str_appendl(loc_name, Z_STRVAL_PP(data) , Z_STRLEN_PP(data));
smart_str_appendl  864 ext/intl/locale/locale_methods.c 				smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1);
smart_str_appendl  865 ext/intl/locale/locale_methods.c 				smart_str_appendl(loc_name, Z_STRVAL_PP(ele_value) , Z_STRLEN_PP(ele_value));
smart_str_appendl  232 ext/json/json.c 			smart_str_appendl(buf, "    ", 4);
smart_str_appendl  255 ext/json/json.c 		smart_str_appendl(buf, "null", 4);
smart_str_appendl  418 ext/json/json.c 		smart_str_appendl(buf, "\"\"", 2);
smart_str_appendl  442 ext/json/json.c 				smart_str_appendl(buf, num, l);
smart_str_appendl  457 ext/json/json.c 			smart_str_appendl(buf, "null", 4);
smart_str_appendl  459 ext/json/json.c 			smart_str_appendl(buf, "\"\"", 2);
smart_str_appendl  479 ext/json/json.c 					smart_str_appendl(buf, "\\u0022", 6);
smart_str_appendl  481 ext/json/json.c 					smart_str_appendl(buf, "\\\"", 2);
smart_str_appendl  486 ext/json/json.c 				smart_str_appendl(buf, "\\\\", 2);
smart_str_appendl  493 ext/json/json.c 					smart_str_appendl(buf, "\\/", 2);
smart_str_appendl  498 ext/json/json.c 				smart_str_appendl(buf, "\\b", 2);
smart_str_appendl  502 ext/json/json.c 				smart_str_appendl(buf, "\\f", 2);
smart_str_appendl  506 ext/json/json.c 				smart_str_appendl(buf, "\\n", 2);
smart_str_appendl  510 ext/json/json.c 				smart_str_appendl(buf, "\\r", 2);
smart_str_appendl  514 ext/json/json.c 				smart_str_appendl(buf, "\\t", 2);
smart_str_appendl  519 ext/json/json.c 					smart_str_appendl(buf, "\\u003C", 6);
smart_str_appendl  527 ext/json/json.c 					smart_str_appendl(buf, "\\u003E", 6);
smart_str_appendl  535 ext/json/json.c 					smart_str_appendl(buf, "\\u0026", 6);
smart_str_appendl  543 ext/json/json.c 					smart_str_appendl(buf, "\\u0027", 6);
smart_str_appendl  553 ext/json/json.c 					smart_str_appendl(buf, "\\u", 2);
smart_str_appendl  585 ext/json/json.c 		smart_str_appendl(buf, "null", 4);
smart_str_appendl  593 ext/json/json.c 		smart_str_appendl(buf, "null", sizeof("null") - 1);
smart_str_appendl  600 ext/json/json.c 		smart_str_appendl(buf, "null", sizeof("null") - 1);
smart_str_appendl  622 ext/json/json.c 			smart_str_appendl(buf, "null", 4);
smart_str_appendl  627 ext/json/json.c 				smart_str_appendl(buf, "true", 4);
smart_str_appendl  629 ext/json/json.c 				smart_str_appendl(buf, "false", 5);
smart_str_appendl  651 ext/json/json.c 					smart_str_appendl(buf, num, len);
smart_str_appendl  675 ext/json/json.c 			smart_str_appendl(buf, "null", 4);
smart_str_appendl  546 ext/libxml/libxml.c 	smart_str_appendl(&LIBXML(error_buffer), buf, len);
smart_str_appendl  911 ext/mbstring/php_mbregex.c 			smart_str_appendl(&out_buf, pos, (size_t)((OnigUChar *)(string + regs->beg[0]) - pos));
smart_str_appendl  926 ext/mbstring/php_mbregex.c 							smart_str_appendl(pbuf, string + regs->beg[n], regs->end[n] - regs->beg[n]);
smart_str_appendl  931 ext/mbstring/php_mbregex.c 						smart_str_appendl(pbuf, p, fwd);
smart_str_appendl  951 ext/mbstring/php_mbregex.c 				smart_str_appendl(&out_buf, Z_STRVAL(v), Z_STRLEN(v));
smart_str_appendl  977 ext/mbstring/php_mbregex.c 					smart_str_appendl(&out_buf, Z_STRVAL_P(retval_ptr), Z_STRLEN_P(retval_ptr));
smart_str_appendl  994 ext/mbstring/php_mbregex.c 					smart_str_appendl(&out_buf, pos, 1); 
smart_str_appendl 1001 ext/mbstring/php_mbregex.c 				smart_str_appendl(&out_buf, pos, string_lim - pos);
smart_str_appendl   45 ext/mysqli/mysqli_api.c 			smart_str_appendl(str, " ", sizeof(" ") - 1);
smart_str_appendl   47 ext/mysqli/mysqli_api.c 		smart_str_appendl(str, "AND CHAIN", sizeof("AND CHAIN") - 1);
smart_str_appendl   50 ext/mysqli/mysqli_api.c 			smart_str_appendl(str, " ", sizeof(" ") - 1);
smart_str_appendl   52 ext/mysqli/mysqli_api.c 		smart_str_appendl(str, "AND NO CHAIN", sizeof("AND NO CHAIN") - 1);
smart_str_appendl   57 ext/mysqli/mysqli_api.c 			smart_str_appendl(str, " ", sizeof(" ") - 1);
smart_str_appendl   59 ext/mysqli/mysqli_api.c 		smart_str_appendl(str, "RELEASE", sizeof("RELEASE") - 1);
smart_str_appendl   62 ext/mysqli/mysqli_api.c 			smart_str_appendl(str, " ", sizeof(" ") - 1);
smart_str_appendl   64 ext/mysqli/mysqli_api.c 		smart_str_appendl(str, "NO RELEASE", sizeof("NO RELEASE") - 1);
smart_str_appendl 1073 ext/mysqli/mysqli_nonapi.c 			smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
smart_str_appendl 1075 ext/mysqli/mysqli_nonapi.c 		smart_str_appendl(&tmp_str, "WITH CONSISTENT SNAPSHOT", sizeof("WITH CONSISTENT SNAPSHOT") - 1);
smart_str_appendl 1083 ext/mysqli/mysqli_nonapi.c 				smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
smart_str_appendl 1085 ext/mysqli/mysqli_nonapi.c 			smart_str_appendl(&tmp_str, "READ WRITE", sizeof("READ WRITE") - 1);
smart_str_appendl 1088 ext/mysqli/mysqli_nonapi.c 				smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
smart_str_appendl 1090 ext/mysqli/mysqli_nonapi.c 			smart_str_appendl(&tmp_str, "READ ONLY", sizeof("READ ONLY") - 1);
smart_str_appendl 2716 ext/mysqlnd/mysqlnd.c 			smart_str_appendl(str, " ", sizeof(" ") - 1);
smart_str_appendl 2718 ext/mysqlnd/mysqlnd.c 		smart_str_appendl(str, "AND CHAIN", sizeof("AND CHAIN") - 1);
smart_str_appendl 2721 ext/mysqlnd/mysqlnd.c 			smart_str_appendl(str, " ", sizeof(" ") - 1);
smart_str_appendl 2723 ext/mysqlnd/mysqlnd.c 		smart_str_appendl(str, "AND NO CHAIN", sizeof("AND NO CHAIN") - 1);
smart_str_appendl 2728 ext/mysqlnd/mysqlnd.c 			smart_str_appendl(str, " ", sizeof(" ") - 1);
smart_str_appendl 2730 ext/mysqlnd/mysqlnd.c 		smart_str_appendl(str, "RELEASE", sizeof("RELEASE") - 1);
smart_str_appendl 2733 ext/mysqlnd/mysqlnd.c 			smart_str_appendl(str, " ", sizeof(" ") - 1);
smart_str_appendl 2735 ext/mysqlnd/mysqlnd.c 		smart_str_appendl(str, "NO RELEASE", sizeof("NO RELEASE") - 1);
smart_str_appendl 2842 ext/mysqlnd/mysqlnd.c 					smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
smart_str_appendl 2844 ext/mysqlnd/mysqlnd.c 				smart_str_appendl(&tmp_str, "WITH CONSISTENT SNAPSHOT", sizeof("WITH CONSISTENT SNAPSHOT") - 1);
smart_str_appendl 2854 ext/mysqlnd/mysqlnd.c 						smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
smart_str_appendl 2856 ext/mysqlnd/mysqlnd.c 					smart_str_appendl(&tmp_str, "READ WRITE", sizeof("READ WRITE") - 1);
smart_str_appendl 2859 ext/mysqlnd/mysqlnd.c 						smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
smart_str_appendl 2861 ext/mysqlnd/mysqlnd.c 					smart_str_appendl(&tmp_str, "READ ONLY", sizeof("READ ONLY") - 1);
smart_str_appendl  975 ext/pcre/php_pcre.c 			smart_str_appendl(&code, segment, walk - segment);
smart_str_appendl  999 ext/pcre/php_pcre.c 				smart_str_appendl(&code, esc_match, esc_match_len);
smart_str_appendl 1012 ext/pcre/php_pcre.c 	smart_str_appendl(&code, segment, walk - segment);
smart_str_appendl 1300 ext/pgsql/pgsql.c 		smart_str_appendl(&str, Z_STRVAL_PP(args[i]), Z_STRLEN_PP(args[i]));
smart_str_appendl 5515 ext/pgsql/pgsql.c 		smart_str_appendl(&querystr, escaped, new_len);
smart_str_appendl 5523 ext/pgsql/pgsql.c 		smart_str_appendl(&querystr, escaped, new_len);
smart_str_appendl 5754 ext/pgsql/pgsql.c 	smart_str_appendl(&str, Z_STRVAL_P(src), Z_STRLEN_P(src));
smart_str_appendl 6341 ext/pgsql/pgsql.c 							smart_str_appendl(&s, Z_STRVAL_P(new_val), Z_STRLEN_P(new_val));
smart_str_appendl 6515 ext/pgsql/pgsql.c 		smart_str_appendl(querystr, token, len);
smart_str_appendl 6526 ext/pgsql/pgsql.c 			smart_str_appendl(querystr, tmp, len);
smart_str_appendl 6588 ext/pgsql/pgsql.c 			smart_str_appendl(&querystr, fld, fld_len - 1);
smart_str_appendl 6610 ext/pgsql/pgsql.c 					smart_str_appendl(&querystr, tmp, new_len);
smart_str_appendl 6614 ext/pgsql/pgsql.c 					smart_str_appendl(&querystr, Z_STRVAL_PP(val), Z_STRLEN_PP(val));
smart_str_appendl 6621 ext/pgsql/pgsql.c 				smart_str_appendl(&querystr, buf, snprintf(buf, sizeof(buf), "%F", Z_DVAL_PP(val)));
smart_str_appendl 6624 ext/pgsql/pgsql.c 				smart_str_appendl(&querystr, "NULL", sizeof("NULL")-1);
smart_str_appendl 6770 ext/pgsql/pgsql.c 			smart_str_appendl(querystr, fld, fld_len - 1);
smart_str_appendl 6785 ext/pgsql/pgsql.c 					smart_str_appendl(querystr, tmp, new_len);
smart_str_appendl 6789 ext/pgsql/pgsql.c 					smart_str_appendl(querystr, Z_STRVAL_PP(val), Z_STRLEN_PP(val));
smart_str_appendl 6796 ext/pgsql/pgsql.c 				smart_str_appendl(querystr, buf, MIN(snprintf(buf, sizeof(buf), "%F", Z_DVAL_PP(val)), sizeof(buf)-1));
smart_str_appendl 6799 ext/pgsql/pgsql.c 				smart_str_appendl(querystr, "NULL", sizeof("NULL")-1);
smart_str_appendl 6805 ext/pgsql/pgsql.c 		smart_str_appendl(querystr, pad, pad_len);
smart_str_appendl   85 ext/readline/readline_cli.c 		smart_str_appendl(CLIR_G(prompt_str), str, str_length);
smart_str_appendl  894 ext/session/session.c 			smart_str_appendl(&buf, key, key_length);
smart_str_appendl  899 ext/session/session.c 			smart_str_appendl(&buf, key, key_length);
smart_str_appendl  975 ext/session/session.c 			smart_str_appendl(&buf, key, key_length);
smart_str_appendl  986 ext/session/session.c 			smart_str_appendl(&buf, key, key_length);
smart_str_appendl 2688 ext/session/session.c 					smart_str_appendl(&progress->key, PS(rfc1867_prefix).c, PS(rfc1867_prefix).len);
smart_str_appendl 2689 ext/session/session.c 					smart_str_appendl(&progress->key, *data->value, value_len);
smart_str_appendl  325 ext/soap/php_encoding.c 					smart_str_appendl(&prefix, "#ref", 4);
smart_str_appendl  342 ext/soap/php_encoding.c 					smart_str_appendl(&prefix, "#ref", 4);
smart_str_appendl  424 ext/soap/php_encoding.c 					smart_str_appendl(&nscat, Z_STRVAL_PP(zns), Z_STRLEN_PP(zns));
smart_str_appendl  427 ext/soap/php_encoding.c 				smart_str_appendl(&nscat, Z_STRVAL_PP(zstype), Z_STRLEN_PP(zstype));
smart_str_appendl 2522 ext/soap/php_encoding.c 					smart_str_appendl(&array_type,"xsd:ur-type",sizeof("xsd:ur-type")-1);
smart_str_appendl 3533 ext/soap/php_encoding.c 				smart_str_appendl(&prefix, "ns", 2);
smart_str_appendl 3631 ext/soap/php_encoding.c 		smart_str_appendl(type, "xsd:anyType", sizeof("xsd:anyType")-1);
smart_str_appendl 3696 ext/soap/php_encoding.c 		smart_str_appendl(type, "xsd:anyType", sizeof("xsd:anyType")-1);
smart_str_appendl 3745 ext/soap/php_encoding.c 	smart_str_appendl(ret, type, strlen(type));
smart_str_appendl   32 ext/soap/php_http.c 	smart_str_appendl(str,const,sizeof(const)-1)
smart_str_appendl   45 ext/soap/php_http.c 		smart_str_appendl(&auth, Z_STRVAL_PP(login), Z_STRLEN_PP(login));
smart_str_appendl   49 ext/soap/php_http.c 			smart_str_appendl(&auth, Z_STRVAL_PP(password), Z_STRLEN_PP(password));
smart_str_appendl   54 ext/soap/php_http.c 		smart_str_appendl(soap_headers, (char*)buf, len);
smart_str_appendl   75 ext/soap/php_http.c 		smart_str_appendl(&auth, Z_STRVAL_PP(login), Z_STRLEN_PP(login));
smart_str_appendl   79 ext/soap/php_http.c 			smart_str_appendl(&auth, Z_STRVAL_PP(password), Z_STRLEN_PP(password));
smart_str_appendl   84 ext/soap/php_http.c 		smart_str_appendl(soap_headers, (char*)buf, len);
smart_str_appendl  154 ext/soap/php_http.c 					smart_str_appendl(soap_headers, s, p-s);
smart_str_appendl  590 ext/soap/php_http.c 				smart_str_appendl(&soap_headers, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl  598 ext/soap/php_http.c 				smart_str_appendl(&soap_headers, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl  737 ext/soap/php_http.c 					smart_str_appendl(&soap_headers, Z_STRVAL_PP(login), Z_STRLEN_PP(login));
smart_str_appendl  741 ext/soap/php_http.c 						smart_str_appendl(&soap_headers, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl  746 ext/soap/php_http.c 						smart_str_appendl(&soap_headers, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl  767 ext/soap/php_http.c 						smart_str_appendl(&soap_headers, nc, 8);
smart_str_appendl  769 ext/soap/php_http.c 						smart_str_appendl(&soap_headers, cnonce, 8);
smart_str_appendl  772 ext/soap/php_http.c 					smart_str_appendl(&soap_headers, response, 32);
smart_str_appendl  776 ext/soap/php_http.c 						smart_str_appendl(&soap_headers, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl  781 ext/soap/php_http.c 						smart_str_appendl(&soap_headers, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl  790 ext/soap/php_http.c 				smart_str_appendl(&auth, Z_STRVAL_PP(login), Z_STRLEN_PP(login));
smart_str_appendl  794 ext/soap/php_http.c 					smart_str_appendl(&auth, Z_STRVAL_PP(password), Z_STRLEN_PP(password));
smart_str_appendl  799 ext/soap/php_http.c 				smart_str_appendl(&soap_headers, (char*)buf, len);
smart_str_appendl  839 ext/soap/php_http.c 								smart_str_appendl(&soap_headers, key, key_len-1);
smart_str_appendl  841 ext/soap/php_http.c 								smart_str_appendl(&soap_headers, Z_STRVAL_PP(value), Z_STRLEN_PP(value));
smart_str_appendl  860 ext/soap/php_http.c 		smart_str_appendl(&soap_headers, request, request_size);
smart_str_appendl  975 ext/soap/php_http.c 			smart_str_appendl(&name, cookie, eqpos - cookie);
smart_str_appendl  462 ext/soap/php_schema.c 			smart_str_appendl(&anonymous, "anonymous", sizeof("anonymous")-1);
smart_str_appendl  558 ext/soap/php_schema.c 				smart_str_appendl(&anonymous, "anonymous", sizeof("anonymous")-1);
smart_str_appendl 1927 ext/soap/php_schema.c 				smart_str_appendl(&anonymous, "anonymous", sizeof("anonymous")-1);
smart_str_appendl 1196 ext/soap/php_sdl.c #define WSDL_CACHE_PUT_N(val,n,buf)    smart_str_appendl(buf,(char*)val,n);
smart_str_appendl 3317 ext/soap/php_sdl.c 		smart_str_appendl(&headers, "Connection: close\r\n", sizeof("Connection: close\r\n")-1);
smart_str_appendl 3667 ext/soap/soap.c 						smart_str_appendl(&key, Z_STRVAL(h->function_name), Z_STRLEN(h->function_name));
smart_str_appendl 3913 ext/soap/soap.c 					smart_str_appendl(&key, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 3919 ext/soap/soap.c 					smart_str_appendl(&key, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 4136 ext/soap/soap.c 							smart_str_appendl(&key, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 4142 ext/soap/soap.c 							smart_str_appendl(&key, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 4367 ext/soap/soap.c 					smart_str_appendl(&key, Z_STRVAL_PP(ns), Z_STRLEN_PP(ns));
smart_str_appendl 4369 ext/soap/soap.c 					smart_str_appendl(&key, Z_STRVAL_PP(name), Z_STRLEN_PP(name));
smart_str_appendl 4608 ext/soap/soap.c 				smart_str_appendl(buf, (*param)->encode->details.type_str, strlen((*param)->encode->details.type_str));
smart_str_appendl 4611 ext/soap/soap.c 				smart_str_appendl(buf, "UNKNOWN ", 8);
smart_str_appendl 4615 ext/soap/soap.c 			smart_str_appendl(buf, "list(", 5);
smart_str_appendl 4619 ext/soap/soap.c 					smart_str_appendl(buf, ", ", 2);
smart_str_appendl 4622 ext/soap/soap.c 					smart_str_appendl(buf, (*param)->encode->details.type_str, strlen((*param)->encode->details.type_str));
smart_str_appendl 4624 ext/soap/soap.c 					smart_str_appendl(buf, "UNKNOWN", 7);
smart_str_appendl 4626 ext/soap/soap.c 				smart_str_appendl(buf, " $", 2);
smart_str_appendl 4627 ext/soap/soap.c 				smart_str_appendl(buf, (*param)->paramName, strlen((*param)->paramName));
smart_str_appendl 4631 ext/soap/soap.c 			smart_str_appendl(buf, ") ", 2);
smart_str_appendl 4634 ext/soap/soap.c 		smart_str_appendl(buf, "void ", 5);
smart_str_appendl 4637 ext/soap/soap.c 	smart_str_appendl(buf, function->functionName, strlen(function->functionName));
smart_str_appendl 4645 ext/soap/soap.c 				smart_str_appendl(buf, ", ", 2);
smart_str_appendl 4648 ext/soap/soap.c 				smart_str_appendl(buf, (*param)->encode->details.type_str, strlen((*param)->encode->details.type_str));
smart_str_appendl 4650 ext/soap/soap.c 				smart_str_appendl(buf, "UNKNOWN", 7);
smart_str_appendl 4652 ext/soap/soap.c 			smart_str_appendl(buf, " $", 2);
smart_str_appendl 4653 ext/soap/soap.c 			smart_str_appendl(buf, (*param)->paramName, strlen((*param)->paramName));
smart_str_appendl 4669 ext/soap/soap.c 			smart_str_appendl(buf, ";\n", 2);
smart_str_appendl 4675 ext/soap/soap.c 			smart_str_appendl(buf, "<anyXML> any;\n", sizeof("<anyXML> any;\n")-1);
smart_str_appendl 4705 ext/soap/soap.c 	smart_str_appendl(buf, spaces.c, spaces.len);
smart_str_appendl 4710 ext/soap/soap.c 				smart_str_appendl(buf, type->encode->details.type_str, strlen(type->encode->details.type_str));
smart_str_appendl 4713 ext/soap/soap.c 				smart_str_appendl(buf, "anyType ", sizeof("anyType ")-1);
smart_str_appendl 4715 ext/soap/soap.c 			smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4718 ext/soap/soap.c 			smart_str_appendl(buf, "list ", 5);
smart_str_appendl 4719 ext/soap/soap.c 			smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4723 ext/soap/soap.c 				smart_str_appendl(buf, " {", 2);
smart_str_appendl 4726 ext/soap/soap.c 					smart_str_appendl(buf, (*item_type)->name, strlen((*item_type)->name));
smart_str_appendl 4732 ext/soap/soap.c 			smart_str_appendl(buf, "union ", 6);
smart_str_appendl 4733 ext/soap/soap.c 			smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4738 ext/soap/soap.c 				smart_str_appendl(buf, " {", 2);
smart_str_appendl 4745 ext/soap/soap.c 					smart_str_appendl(buf, (*item_type)->name, strlen((*item_type)->name));
smart_str_appendl 4774 ext/soap/soap.c 						smart_str_appendl(buf, "anyType", sizeof("anyType")-1);
smart_str_appendl 4776 ext/soap/soap.c 						smart_str_appendl(buf, (*ext)->val, len);
smart_str_appendl 4779 ext/soap/soap.c 					smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4802 ext/soap/soap.c 						smart_str_appendl(buf, "anyType ", 8);
smart_str_appendl 4804 ext/soap/soap.c 					smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4815 ext/soap/soap.c 						smart_str_appendl(buf, "[]", 2);
smart_str_appendl 4819 ext/soap/soap.c 				smart_str_appendl(buf, "struct ", 7);
smart_str_appendl 4820 ext/soap/soap.c 				smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4822 ext/soap/soap.c 				smart_str_appendl(buf, "{\n", 2);
smart_str_appendl 4834 ext/soap/soap.c 						smart_str_appendl(buf, spaces.c, spaces.len);
smart_str_appendl 4836 ext/soap/soap.c 						smart_str_appendl(buf, type->encode->details.type_str, strlen(type->encode->details.type_str));
smart_str_appendl 4837 ext/soap/soap.c 						smart_str_appendl(buf, " _;\n", 4);
smart_str_appendl 4848 ext/soap/soap.c 						smart_str_appendl(buf, spaces.c, spaces.len);
smart_str_appendl 4854 ext/soap/soap.c 							smart_str_appendl(buf, "UNKNOWN ", 8);
smart_str_appendl 4857 ext/soap/soap.c 						smart_str_appendl(buf, ";\n", 2);
smart_str_appendl 4861 ext/soap/soap.c 				smart_str_appendl(buf, spaces.c, spaces.len);
smart_str_appendl 1703 ext/spl/spl_array.c 	smart_str_appendl(&buf, "x:", 2);
smart_str_appendl 1713 ext/spl/spl_array.c 	smart_str_appendl(&buf, "m:", 2);
smart_str_appendl  948 ext/spl/spl_iterators.c 		smart_str_appendl(&intern->prefix[0], "",    0);
smart_str_appendl  949 ext/spl/spl_iterators.c 		smart_str_appendl(&intern->prefix[1], "| ",  2);
smart_str_appendl  950 ext/spl/spl_iterators.c 		smart_str_appendl(&intern->prefix[2], "  ",  2);
smart_str_appendl  951 ext/spl/spl_iterators.c 		smart_str_appendl(&intern->prefix[3], "|-",  2);
smart_str_appendl  952 ext/spl/spl_iterators.c 		smart_str_appendl(&intern->prefix[4], "\\-", 2);
smart_str_appendl  953 ext/spl/spl_iterators.c 		smart_str_appendl(&intern->prefix[5], "",    0);
smart_str_appendl  955 ext/spl/spl_iterators.c 		smart_str_appendl(&intern->postfix[0], "",    0);
smart_str_appendl 1023 ext/spl/spl_iterators.c 	smart_str_appendl(&str, object->prefix[0].c, object->prefix[0].len);
smart_str_appendl 1029 ext/spl/spl_iterators.c 				smart_str_appendl(&str, object->prefix[1].c, object->prefix[1].len);
smart_str_appendl 1031 ext/spl/spl_iterators.c 				smart_str_appendl(&str, object->prefix[2].c, object->prefix[2].len);
smart_str_appendl 1039 ext/spl/spl_iterators.c 			smart_str_appendl(&str, object->prefix[3].c, object->prefix[3].len);
smart_str_appendl 1041 ext/spl/spl_iterators.c 			smart_str_appendl(&str, object->prefix[4].c, object->prefix[4].len);
smart_str_appendl 1046 ext/spl/spl_iterators.c 	smart_str_appendl(&str, object->prefix[5].c, object->prefix[5].len);
smart_str_appendl 1103 ext/spl/spl_iterators.c 	smart_str_appendl(&object->prefix[part], prefix, prefix_len);
smart_str_appendl 1138 ext/spl/spl_iterators.c 	smart_str_appendl(&object->postfix[0], postfix, postfix_len);
smart_str_appendl  765 ext/spl/spl_observer.c 	smart_str_appendl(&buf, "x:", 2);
smart_str_appendl  787 ext/spl/spl_observer.c 	smart_str_appendl(&buf, "m:", 2);
smart_str_appendl 1921 ext/standard/file.c 			smart_str_appendl(&csvline, Z_STRVAL(field), Z_STRLEN(field));
smart_str_appendl 1925 ext/standard/file.c 			smart_str_appendl(&csvline, &delimiter, 1);
smart_str_appendl  268 ext/standard/filters.c 				smart_str_appendl(&tags_ss, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl  148 ext/standard/http.c 				smart_str_appendl(formstr, arg_sep, arg_sep_len);
smart_str_appendl  151 ext/standard/http.c 			smart_str_appendl(formstr, key_prefix, key_prefix_len);
smart_str_appendl  158 ext/standard/http.c 				smart_str_appendl(formstr, ekey, ekey_len);
smart_str_appendl  163 ext/standard/http.c 					smart_str_appendl(formstr, num_prefix, num_prefix_len);
smart_str_appendl  166 ext/standard/http.c 				smart_str_appendl(formstr, ekey, ekey_len);
smart_str_appendl  169 ext/standard/http.c 			smart_str_appendl(formstr, key_suffix, key_suffix_len);
smart_str_appendl  170 ext/standard/http.c 			smart_str_appendl(formstr, "=", 1);
smart_str_appendl  199 ext/standard/http.c 			smart_str_appendl(formstr, ekey, ekey_len);
smart_str_appendl  236 ext/standard/http_fopen_wrapper.c 		smart_str_appendl(&header, "CONNECT ", sizeof("CONNECT ")-1);
smart_str_appendl  240 ext/standard/http_fopen_wrapper.c 		smart_str_appendl(&header, " HTTP/1.0\r\n", sizeof(" HTTP/1.0\r\n")-1);
smart_str_appendl  265 ext/standard/http_fopen_wrapper.c 									smart_str_appendl(&header, s, p - s);
smart_str_appendl  266 ext/standard/http_fopen_wrapper.c 									smart_str_appendl(&header, "\r\n", sizeof("\r\n")-1);
smart_str_appendl  289 ext/standard/http_fopen_wrapper.c 							smart_str_appendl(&header, s, p - s);
smart_str_appendl  290 ext/standard/http_fopen_wrapper.c 							smart_str_appendl(&header, "\r\n", sizeof("\r\n")-1);
smart_str_appendl  302 ext/standard/http_fopen_wrapper.c 		smart_str_appendl(&header, "\r\n", sizeof("\r\n")-1);
smart_str_appendl  442 ext/standard/http_fopen_wrapper.c 					smart_str_appendl(&tmpstr, Z_STRVAL_PP(tmpheader), Z_STRLEN_PP(tmpheader));
smart_str_appendl  443 ext/standard/http_fopen_wrapper.c 					smart_str_appendl(&tmpstr, "\r\n", sizeof("\r\n") - 1);
smart_str_appendl   79 ext/standard/php_smart_str.h 	smart_str_appendl((dest), (src), strlen(src))
smart_str_appendl 1155 ext/standard/string.c 				smart_str_appendl(&implstr, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 1161 ext/standard/string.c 				smart_str_appendl(&implstr, stmp, str_len);
smart_str_appendl 1167 ext/standard/string.c 					smart_str_appendl(&implstr, "1", sizeof("1")-1);
smart_str_appendl 1177 ext/standard/string.c 				smart_str_appendl(&implstr, stmp, str_len);
smart_str_appendl 1186 ext/standard/string.c 				smart_str_appendl(&implstr, Z_STRVAL(expr), Z_STRLEN(expr));
smart_str_appendl 1197 ext/standard/string.c 				smart_str_appendl(&implstr, Z_STRVAL(tmp_val), Z_STRLEN(tmp_val));
smart_str_appendl 1204 ext/standard/string.c 			smart_str_appendl(&implstr, Z_STRVAL_P(delim), Z_STRLEN_P(delim));
smart_str_appendl 3085 ext/standard/string.c 				smart_str_appendl(&result, &S(text)[nextwpos], pos - nextwpos);
smart_str_appendl 3086 ext/standard/string.c 				smart_str_appendl(&result, S(&pnr->repl), L(&pnr->repl));
smart_str_appendl 3097 ext/standard/string.c 	smart_str_appendl(&result, &S(text)[nextwpos], L(text) - nextwpos);
smart_str_appendl  186 ext/standard/url_scanner_ex.c 		smart_str_appendl(dest, url->c, bash - url->c);
smart_str_appendl  194 ext/standard/url_scanner_ex.c 		smart_str_appendl(dest, bash, q - bash);
smart_str_appendl  250 ext/standard/url_scanner_ex.c 	smart_str_appendl(&ctx->result, start, YYCURSOR - start);
smart_str_appendl  307 ext/standard/url_scanner_ex.c 	smart_str_appendl(&ctx->tag, start, YYCURSOR - start);
smart_str_appendl  318 ext/standard/url_scanner_ex.c 	smart_str_appendl(&ctx->arg, start, YYCURSOR - start);
smart_str_appendl  334 ext/standard/url_scanner_ex.c 	smart_str_appendl(&ctx->buf, newdata, newlen);
smart_str_appendl  886 ext/standard/url_scanner_ex.c 		smart_str_appendl(&ctx->result, "", 0);
smart_str_appendl  890 ext/standard/url_scanner_ex.c 		smart_str_appendl(&ctx->result, ctx->buf.c, ctx->buf.len);
smart_str_appendl  939 ext/standard/url_scanner_ex.c 			smart_str_appendl(&ctx->result, ctx->buf.c, ctx->buf.len);
smart_str_appendl  940 ext/standard/url_scanner_ex.c 			smart_str_appendl(&ctx->result, output, output_len);
smart_str_appendl  980 ext/standard/url_scanner_ex.c 	smart_str_appendl(&BG(url_adapt_state_ex).url_app, name, name_len);
smart_str_appendl  985 ext/standard/url_scanner_ex.c 	smart_str_appendl(&BG(url_adapt_state_ex).form_app, name, name_len);
smart_str_appendl  340 ext/standard/var.c 		smart_str_appendl(buf, tmp_spaces, tmp_spaces_len); \
smart_str_appendl  355 ext/standard/var.c 		smart_str_appendl(buf, " => ", 4);
smart_str_appendl  366 ext/standard/var.c 		smart_str_appendl(buf, tmp_str, tmp_len);
smart_str_appendl  367 ext/standard/var.c 		smart_str_appendl(buf, "' => ", 5);
smart_str_appendl  402 ext/standard/var.c 		smart_str_appendl(buf, pname_esc, pname_esc_len);
smart_str_appendl  408 ext/standard/var.c 	smart_str_appendl(buf, " => ", 4);
smart_str_appendl  427 ext/standard/var.c 			smart_str_appendl(buf, "true", 4);
smart_str_appendl  429 ext/standard/var.c 			smart_str_appendl(buf, "false", 5);
smart_str_appendl  433 ext/standard/var.c 		smart_str_appendl(buf, "NULL", 4);
smart_str_appendl  440 ext/standard/var.c 		smart_str_appendl(buf, tmp_str, tmp_len);
smart_str_appendl  448 ext/standard/var.c 		smart_str_appendl(buf, tmp_str2, tmp_len2);
smart_str_appendl  457 ext/standard/var.c 			smart_str_appendl(buf, "NULL", 4);
smart_str_appendl  465 ext/standard/var.c 		smart_str_appendl(buf, "array (\n", 8);
smart_str_appendl  478 ext/standard/var.c 			smart_str_appendl(buf, "NULL", 4);
smart_str_appendl  488 ext/standard/var.c 		smart_str_appendl(buf, class_name, class_name_len);
smart_str_appendl  489 ext/standard/var.c 		smart_str_appendl(buf, "::__set_state(array(\n", 21);
smart_str_appendl  498 ext/standard/var.c 		smart_str_appendl(buf, "))", 2);
smart_str_appendl  502 ext/standard/var.c 		smart_str_appendl(buf, "NULL", 4);
smart_str_appendl  587 ext/standard/var.c 	smart_str_appendl(buf, "i:", 2);
smart_str_appendl  595 ext/standard/var.c 	smart_str_appendl(buf, "s:", 2);
smart_str_appendl  597 ext/standard/var.c 	smart_str_appendl(buf, ":\"", 2);
smart_str_appendl  598 ext/standard/var.c 	smart_str_appendl(buf, str, len);
smart_str_appendl  599 ext/standard/var.c 	smart_str_appendl(buf, "\";", 2);
smart_str_appendl  608 ext/standard/var.c 	smart_str_appendl(buf, "O:", 2);
smart_str_appendl  610 ext/standard/var.c 	smart_str_appendl(buf, ":\"", 2);
smart_str_appendl  611 ext/standard/var.c 	smart_str_appendl(buf, class_name, name_len);
smart_str_appendl  612 ext/standard/var.c 	smart_str_appendl(buf, "\":", 2);
smart_str_appendl  631 ext/standard/var.c 	smart_str_appendl(buf, ":{", 2);
smart_str_appendl  718 ext/standard/var.c 			smart_str_appendl(buf, "R:", 2);
smart_str_appendl  723 ext/standard/var.c 			smart_str_appendl(buf, "r:", 2);
smart_str_appendl  732 ext/standard/var.c 			smart_str_appendl(buf, "b:", 2);
smart_str_appendl  738 ext/standard/var.c 			smart_str_appendl(buf, "N;", 2);
smart_str_appendl  748 ext/standard/var.c 				smart_str_appendl(buf, "d:", 2);
smart_str_appendl  777 ext/standard/var.c 						smart_str_appendl(buf, "C:", 2);
smart_str_appendl  779 ext/standard/var.c 						smart_str_appendl(buf, ":\"", 2);
smart_str_appendl  780 ext/standard/var.c 						smart_str_appendl(buf, Z_OBJCE_P(struc)->name, Z_OBJCE_P(struc)->name_length);
smart_str_appendl  781 ext/standard/var.c 						smart_str_appendl(buf, "\":", 2);
smart_str_appendl  784 ext/standard/var.c 						smart_str_appendl(buf, ":{", 2);
smart_str_appendl  785 ext/standard/var.c 						smart_str_appendl(buf, serialized_data, serialized_length);
smart_str_appendl  788 ext/standard/var.c 						smart_str_appendl(buf, "N;", 2);
smart_str_appendl  818 ext/standard/var.c 								smart_str_appendl(buf,"N;", 2);
smart_str_appendl  834 ext/standard/var.c 				smart_str_appendl(buf, "a:", 2);
smart_str_appendl  847 ext/standard/var.c 			smart_str_appendl(buf, ":{", 2);
smart_str_appendl  881 ext/standard/var.c 						smart_str_appendl(buf, "N;", 2);
smart_str_appendl  897 ext/standard/var.c 			smart_str_appendl(buf, "i:0;", 4);
smart_str_appendl   52 ext/wddx/php_wddx_api.h #define php_wddx_add_chunk_ex(packet, str, len)	smart_str_appendl(packet, str, len)
smart_str_appendl   53 ext/wddx/php_wddx_api.h #define php_wddx_add_chunk_static(packet, str) smart_str_appendl(packet, str, sizeof(str)-1)
smart_str_appendl  332 main/php_variables.c 				smart_str_appendl(&post_data.str, buf, len);
smart_str_appendl  143 main/spprintf.c 	smart_str_appendl(xbuf, s, slen);	\
smart_str_appendl  334 sapi/apache2filter/php_functions.c 			smart_str_appendl(&tmp1, s, (p - s));
smart_str_appendl  385 sapi/apache2handler/php_functions.c 			smart_str_appendl(&tmp1, s, (p - s));
smart_str_appendl  660 sapi/cli/php_cli_server.c 		smart_str_appendl(&buffer, "\r\n", 2);
smart_str_appendl  670 sapi/cli/php_cli_server.c 			smart_str_appendl(&buffer, h->header, h->header_len);
smart_str_appendl  671 sapi/cli/php_cli_server.c 			smart_str_appendl(&buffer, "\r\n", 2);
smart_str_appendl  675 sapi/cli/php_cli_server.c 	smart_str_appendl(&buffer, "\r\n", 2);
smart_str_appendl  156 sapi/thttpd/thttpd.c # define ADD_VEC(str,l) smart_str_appendl(&vec_str, (str), (l))