Searched refs:input_len (Results 1 - 6 of 6) sorted by relevance
| /PHP_5_4/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_5_4/ext/pgsql/ |
| H A D | pgsql.c | 4229 int input_len = len; local 4257 for (s = str; s - str < input_len; ++s) {
|
| /PHP_5_4/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 | 4911 int input_len; local 4916 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sl", &input_str, &input_len, &mult) == FAILURE) { 4927 if (input_len == 0 || mult == 0) 4931 result_len = input_len * mult; 4932 result = (char *)safe_emalloc(input_len, mult, 1); 4935 if (input_len == 1) { 4940 memcpy(result, input_str, input_len); 4942 e = result + input_len; 5259 int input_len; local 5271 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sl|sl", &input, &input_len, [all...] |
| /PHP_5_4/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...] |
Completed in 24 milliseconds