Searched refs:input_len (Results 1 - 7 of 7) sorted by relevance
| /PHP_TRUNK/ext/intl/normalizer/ |
| H A D | normalizer_normalize.c | 38 int input_len = 0; local 57 &input, &input_len, &form ) == FAILURE ) 90 intl_convert_utf8_to_utf16(&uinput, &uinput_len, input, input_len, &status ); 176 int input_len = 0; local 188 &input, &input_len, &form) == FAILURE ) 216 intl_convert_utf8_to_utf16(&uinput, &uinput_len, input, input_len, &status );
|
| /PHP_TRUNK/ext/standard/ |
| H A D | cyr_convert.c | 275 int input_len, fr_cs_len, to_cs_len; local 278 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sss", &input, &input_len, &fr_cs, &fr_cs_len, &to_cs, &to_cs_len) == FAILURE) { 282 str = (unsigned char*) estrndup(input, input_len); 284 php_convert_cyr_string(str, input_len, fr_cs[0], to_cs[0] TSRMLS_CC);
|
| H A D | image.c | 1391 int input_len; local 1394 if (zend_parse_parameters(argc TSRMLS_CC, "s|Z", &input, &input_len, &info) == FAILURE) { 1407 stream = php_stream_memory_open(TEMP_STREAM_READONLY, input, input_len);
|
| H A D | string.c | 4861 int input_len; local 4866 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sl", &input_str, &input_len, &mult) == FAILURE) { 4877 if (input_len == 0 || mult == 0) 4881 result_len = input_len * mult; 4882 result = (char *)safe_emalloc(input_len, mult, 1); 4885 if (input_len == 1) { 4890 memcpy(result, input_str, input_len); 4892 e = result + input_len; 5209 int input_len; local 5221 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sl|sl", &input, &input_len, [all...] |
| /PHP_TRUNK/ext/tidy/ |
| H A D | tidy.c | 1219 int input_len, enc_len = 0; local 1223 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|Zs", &input, &input_len, &options, &enc, &enc_len) == FAILURE) { 1232 if(php_tidy_parse_string(obj, input, input_len, enc TSRMLS_CC) == FAILURE) { 1274 int input_len, contents_len, enc_len = 0; local 1281 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|Zsb", &inputfile, &input_len, 1587 int input_len = 0, enc_len = 0, contents_len = 0; local 1595 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|pZsb", &inputfile, &input_len, 1619 int input_len, enc_len = 0, contents_len = 0; local 1629 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|Zsb", &inputfile, &input_len, 1653 int input_len, enc_le local [all...] |
| /PHP_TRUNK/ext/pgsql/ |
| H A D | pgsql.c | 4229 int input_len = len; local 4257 for (s = str; s - str < input_len; ++s) {
|
| /PHP_TRUNK/ext/filter/ |
| H A D | logical_filters.c | 790 int input_len = Z_STRLEN_P(value); local 804 if (14 == input_len) { 811 } else if (17 == input_len && input[2] == '-') { 816 } else if (17 == input_len && input[2] == ':') {
|
Completed in 26 milliseconds