| /PHP_5_5/ext/intl/ |
| H A D | intl_error.c | 286 smart_str_appendl( &ret, buf, u8len ); 306 smart_str_appendl( &ret, buf, u8len );
|
| /PHP_5_5/ext/intl/locale/ |
| H A D | locale_methods.c | 763 smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1); 765 smart_str_appendl(loc_name, Z_STRVAL_PP(ele_value) , Z_STRLEN_PP(ele_value)); 779 smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1); 780 smart_str_appendl(loc_name, PRIVATE_PREFIX , sizeof(PRIVATE_PREFIX)-1); 804 smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1); 805 smart_str_appendl(loc_name, Z_STRVAL_PP(ele_value) , Z_STRLEN_PP(ele_value)); 820 smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1); 821 smart_str_appendl(loc_name, Z_STRVAL_PP(data) , Z_STRLEN_PP(data)); 854 smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1); 855 smart_str_appendl(loc_nam [all...] |
| /PHP_5_5/ext/filter/ |
| H A D | sanitizing_filters.c | 43 smart_str_appendl(&str, "&#", 2);
|
| /PHP_5_5/ext/iconv/ |
| H A D | iconv.c | 775 smart_str_appendl(pretval, "", 0); 1134 smart_str_appendl(pretval, ": ", sizeof(": ") - 1); 1146 smart_str_appendl(pretval, lfchars, lfchars_len); 1151 smart_str_appendl(pretval, "=?", sizeof("=?") - 1); 1153 smart_str_appendl(pretval, out_charset, out_charset_len); 1254 smart_str_appendl(pretval, encoded, encoded_len); 1256 smart_str_appendl(pretval, "?=", sizeof("?=") - 1); 1356 smart_str_appendl(pretval, "?=", sizeof("?=") - 1);
|
| /PHP_5_5/ext/json/ |
| H A D | json.c | 223 smart_str_appendl(buf, " ", 4); 246 smart_str_appendl(buf, "null", 4); 407 smart_str_appendl(buf, "\"\"", 2); 423 smart_str_appendl(buf, tmp, l); 443 smart_str_appendl(buf, "null", 4); 445 smart_str_appendl(buf, "\"\"", 2); 465 smart_str_appendl(buf, "\\u0022", 6); 467 smart_str_appendl(buf, "\\\"", 2); 472 smart_str_appendl(buf, "\\\\", 2); 479 smart_str_appendl(bu [all...] |
| /PHP_5_5/ext/readline/ |
| H A D | readline_cli.c | 85 smart_str_appendl(CLIR_G(prompt_str), str, str_length);
|
| /PHP_5_5/ext/standard/ |
| H A D | php_smart_str.h | 79 smart_str_appendl((dest), (src), strlen(src)) 85 #define smart_str_appendl(dest, src, len) \ macro
|
| H A D | url_scanner_ex.c | 198 smart_str_appendl(dest, url->c, bash - url->c); 206 smart_str_appendl(dest, bash, q - bash); 262 smart_str_appendl(&ctx->result, start, YYCURSOR - start); 319 smart_str_appendl(&ctx->tag, start, YYCURSOR - start); 330 smart_str_appendl(&ctx->arg, start, YYCURSOR - start); 346 smart_str_appendl(&ctx->buf, newdata, newlen); 956 smart_str_appendl(&ctx->result, "", 0); 960 smart_str_appendl(&ctx->result, ctx->buf.c, ctx->buf.len); 1009 smart_str_appendl(&ctx->result, ctx->buf.c, ctx->buf.len); 1010 smart_str_appendl( [all...] |
| H A D | url_scanner_ex.re | 134 smart_str_appendl(dest, url->c, bash - url->c); 142 smart_str_appendl(dest, bash, q - bash); 198 smart_str_appendl(&ctx->result, start, YYCURSOR - start); 255 smart_str_appendl(&ctx->tag, start, YYCURSOR - start); 266 smart_str_appendl(&ctx->arg, start, YYCURSOR - start); 282 smart_str_appendl(&ctx->buf, newdata, newlen); 394 smart_str_appendl(&ctx->result, "", 0); 398 smart_str_appendl(&ctx->result, ctx->buf.c, ctx->buf.len); 447 smart_str_appendl(&ctx->result, ctx->buf.c, ctx->buf.len); 448 smart_str_appendl( [all...] |
| H A D | http.c | 148 smart_str_appendl(formstr, arg_sep, arg_sep_len); 151 smart_str_appendl(formstr, key_prefix, key_prefix_len); 158 smart_str_appendl(formstr, ekey, ekey_len); 163 smart_str_appendl(formstr, num_prefix, num_prefix_len); 166 smart_str_appendl(formstr, ekey, ekey_len); 169 smart_str_appendl(formstr, key_suffix, key_suffix_len); 170 smart_str_appendl(formstr, "=", 1); 199 smart_str_appendl(formstr, ekey, ekey_len);
|
| H A D | var.c | 340 smart_str_appendl(buf, tmp_spaces, tmp_spaces_len); \ 355 smart_str_appendl(buf, " => ", 4); 366 smart_str_appendl(buf, tmp_str, tmp_len); 367 smart_str_appendl(buf, "' => ", 5); 402 smart_str_appendl(buf, pname_esc, pname_esc_len); 408 smart_str_appendl(buf, " => ", 4); 427 smart_str_appendl(buf, "true", 4); 429 smart_str_appendl(buf, "false", 5); 433 smart_str_appendl(buf, "NULL", 4); 440 smart_str_appendl(bu [all...] |
| H A D | string.c | 1149 smart_str_appendl(&implstr, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp)); 1155 smart_str_appendl(&implstr, stmp, str_len); 1161 smart_str_appendl(&implstr, "1", sizeof("1")-1); 1171 smart_str_appendl(&implstr, stmp, str_len); 1180 smart_str_appendl(&implstr, Z_STRVAL(expr), Z_STRLEN(expr)); 1191 smart_str_appendl(&implstr, Z_STRVAL(tmp_val), Z_STRLEN(tmp_val)); 1198 smart_str_appendl(&implstr, Z_STRVAL_P(delim), Z_STRLEN_P(delim)); 3063 smart_str_appendl(&result, &S(text)[nextwpos], pos - nextwpos); 3064 smart_str_appendl(&result, S(&pnr->repl), L(&pnr->repl)); 3075 smart_str_appendl( [all...] |
| H A D | http_fopen_wrapper.c | 202 smart_str_appendl(&header, "CONNECT ", sizeof("CONNECT ")-1); 206 smart_str_appendl(&header, " HTTP/1.0\r\n", sizeof(" HTTP/1.0\r\n")-1); 231 smart_str_appendl(&header, s, p - s); 232 smart_str_appendl(&header, "\r\n", sizeof("\r\n")-1); 255 smart_str_appendl(&header, s, p - s); 256 smart_str_appendl(&header, "\r\n", sizeof("\r\n")-1); 268 smart_str_appendl(&header, "\r\n", sizeof("\r\n")-1); 410 smart_str_appendl(&tmpstr, Z_STRVAL_PP(tmpheader), Z_STRLEN_PP(tmpheader)); 411 smart_str_appendl(&tmpstr, "\r\n", sizeof("\r\n") - 1);
|
| /PHP_5_5/ext/wddx/ |
| H A D | php_wddx_api.h | 52 #define php_wddx_add_chunk_ex(packet, str, len) smart_str_appendl(packet, str, len) 53 #define php_wddx_add_chunk_static(packet, str) smart_str_appendl(packet, str, sizeof(str)-1)
|
| /PHP_5_5/sapi/apache2filter/ |
| H A D | php_functions.c | 334 smart_str_appendl(&tmp1, s, (p - s));
|
| /PHP_5_5/sapi/apache2handler/ |
| H A D | php_functions.c | 385 smart_str_appendl(&tmp1, s, (p - s));
|
| /PHP_5_5/ext/session/ |
| H A D | session.c | 777 smart_str_appendl(&buf, key, key_length); 782 smart_str_appendl(&buf, key, key_length); 858 smart_str_appendl(&buf, key, key_length); 869 smart_str_appendl(&buf, key, key_length); 2433 smart_str_appendl(&progress->key, PS(rfc1867_prefix).c, PS(rfc1867_prefix).len); 2434 smart_str_appendl(&progress->key, *data->value, value_len);
|
| /PHP_5_5/main/ |
| H A D | spprintf.c | 138 smart_str_appendl(xbuf, s, slen); \
|
| /PHP_5_5/ext/mbstring/ |
| H A D | php_mbregex.c | 911 smart_str_appendl(&out_buf, pos, (size_t)((OnigUChar *)(string + regs->beg[0]) - pos)); 926 smart_str_appendl(pbuf, string + regs->beg[n], regs->end[n] - regs->beg[n]); 931 smart_str_appendl(pbuf, p, fwd); 951 smart_str_appendl(&out_buf, Z_STRVAL(v), Z_STRLEN(v)); 977 smart_str_appendl(&out_buf, Z_STRVAL_P(retval_ptr), Z_STRLEN_P(retval_ptr)); 994 smart_str_appendl(&out_buf, pos, 1); 1001 smart_str_appendl(&out_buf, pos, string_lim - pos);
|
| /PHP_5_5/ext/mysqli/ |
| H A D | mysqli_nonapi.c | 1058 smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1); 1060 smart_str_appendl(&tmp_str, "WITH CONSISTENT SNAPSHOT", sizeof("WITH CONSISTENT SNAPSHOT") - 1); 1064 smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1); 1066 smart_str_appendl(&tmp_str, "READ WRITE", sizeof("READ WRITE") - 1); 1070 smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1); 1072 smart_str_appendl(&tmp_str, "READ ONLY", sizeof("READ ONLY") - 1);
|
| H A D | mysqli_api.c | 646 smart_str_appendl(str, ", ", sizeof(", ") - 1); 648 smart_str_appendl(str, "AND CHAIN", sizeof("AND CHAIN") - 1); 651 smart_str_appendl(str, ", ", sizeof(", ") - 1); 653 smart_str_appendl(str, "AND NO CHAIN", sizeof("AND NO CHAIN") - 1); 658 smart_str_appendl(str, ", ", sizeof(", ") - 1); 660 smart_str_appendl(str, "RELEASE", sizeof("RELEASE") - 1); 663 smart_str_appendl(str, ", ", sizeof(", ") - 1); 665 smart_str_appendl(str, "NO RELEASE", sizeof("NO RELEASE") - 1);
|
| /PHP_5_5/ext/spl/ |
| H A D | spl_iterators.c | 903 smart_str_appendl(&intern->prefix[0], "", 0); 904 smart_str_appendl(&intern->prefix[1], "| ", 2); 905 smart_str_appendl(&intern->prefix[2], " ", 2); 906 smart_str_appendl(&intern->prefix[3], "|-", 2); 907 smart_str_appendl(&intern->prefix[4], "\\-", 2); 908 smart_str_appendl(&intern->prefix[5], "", 0); 976 smart_str_appendl(&str, object->prefix[0].c, object->prefix[0].len); 982 smart_str_appendl(&str, object->prefix[1].c, object->prefix[1].len); 984 smart_str_appendl(&str, object->prefix[2].c, object->prefix[2].len); 992 smart_str_appendl( [all...] |
| /PHP_5_5/ext/soap/ |
| H A D | php_http.c | 32 smart_str_appendl(str,const,sizeof(const)-1) 44 smart_str_appendl(&auth, Z_STRVAL_PP(login), Z_STRLEN_PP(login)); 47 smart_str_appendl(&auth, Z_STRVAL_PP(password), Z_STRLEN_PP(password)); 52 smart_str_appendl(soap_headers, (char*)buf, len); 72 smart_str_appendl(&auth, Z_STRVAL_PP(login), Z_STRLEN_PP(login)); 75 smart_str_appendl(&auth, Z_STRVAL_PP(password), Z_STRLEN_PP(password)); 80 smart_str_appendl(soap_headers, (char*)buf, len); 150 smart_str_appendl(soap_headers, s, p-s); 585 smart_str_appendl(&soap_headers, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp)); 593 smart_str_appendl( [all...] |
| H A D | soap.c | 3623 smart_str_appendl(&key, Z_STRVAL(h->function_name), Z_STRLEN(h->function_name)); 3829 smart_str_appendl(&key, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp)); 3835 smart_str_appendl(&key, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp)); 4050 smart_str_appendl(&key, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp)); 4056 smart_str_appendl(&key, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp)); 4272 smart_str_appendl(&key, Z_STRVAL_PP(ns), Z_STRLEN_PP(ns)); 4274 smart_str_appendl(&key, Z_STRVAL_PP(name), Z_STRLEN_PP(name)); 4543 smart_str_appendl(buf, (*param)->encode->details.type_str, strlen((*param)->encode->details.type_str)); 4546 smart_str_appendl(buf, "UNKNOWN ", 8); 4550 smart_str_appendl(bu [all...] |
| /PHP_5_5/ext/mysqlnd/ |
| H A D | mysqlnd.c | 2641 smart_str_appendl(str, ", ", sizeof(", ") - 1); 2643 smart_str_appendl(str, "AND CHAIN", sizeof("AND CHAIN") - 1); 2646 smart_str_appendl(str, ", ", sizeof(", ") - 1); 2648 smart_str_appendl(str, "AND NO CHAIN", sizeof("AND NO CHAIN") - 1); 2653 smart_str_appendl(str, ", ", sizeof(", ") - 1); 2655 smart_str_appendl(str, "RELEASE", sizeof("RELEASE") - 1); 2658 smart_str_appendl(str, ", ", sizeof(", ") - 1); 2660 smart_str_appendl(str, "NO RELEASE", sizeof("NO RELEASE") - 1); 2721 smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1); 2723 smart_str_appendl( [all...] |