Searched refs:type_len (Results 1 – 8 of 8) sorted by relevance
/PHP-5.3/TSRM/ |
H A D | tsrm_win32.c | 460 int fno, type_len = strlen(type), read, mode; in popen_ex() local 482 type_len = strlen(type); in popen_ex() 483 if (type_len <1 || type_len > 2) { in popen_ex() 487 for (i=0; i < type_len; i++) { in popen_ex() 498 if (!type_len || !CreatePipe(&in, &out, &security, 2048L)) { in popen_ex() 510 mode = ((type_len == 2) && (type[1] == 'b')) ? O_BINARY : O_TEXT; in popen_ex()
|
/PHP-5.3/ext/standard/ |
H A D | type.c | 95 int type_len = 0; in PHP_FUNCTION() local 97 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Zs", &var, &type, &type_len) == FAILURE) { in PHP_FUNCTION()
|
/PHP-5.3/ext/soap/ |
H A D | php_sdl.c | 83 int type_len = strlen(cptype); in get_element() local 84 int len = ns_len + type_len + 1; in get_element() 89 memcpy(nscat+ns_len+1, cptype, type_len); in get_element() 115 int type_len = strlen(type); in get_encoder() local 116 int len = ns_len + type_len + 1; in get_encoder() 121 memcpy(nscat+ns_len+1, type, type_len); in get_encoder() 136 enc_len = enc_ns_len + type_len + 1; in get_encoder() 140 memcpy(enc_nscat+enc_ns_len+1, type, type_len); in get_encoder() 1422 int type_len = strlen(enc->details.type_str); in sdl_deserialize_encoder() local 1434 enc_len = enc_ns_len + type_len + 1; in sdl_deserialize_encoder() [all …]
|
H A D | php_encoding.c | 473 uint type_len; in master_to_xml_int() local 482 …zend_hash_get_current_key_ex(SOAP_GLOBAL(class_map), &type_name, &type_len, &idx, 0, &pos) == HASH… in master_to_xml_int()
|
/PHP-5.3/ext/iconv/ |
H A D | iconv.c | 2401 int type_len, charset_len =0, retval; in PHP_FUNCTION() local 2403 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &type, &type_len, &charset, &charset_le… in PHP_FUNCTION() 2434 int type_len = sizeof("all")-1; in PHP_FUNCTION() local 2436 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &type, &type_len) == FAILURE) in PHP_FUNCTION()
|
/PHP-5.3/ext/xmlrpc/ |
H A D | xmlrpc-epi-php.c | 1475 int type_len; in PHP_FUNCTION() local 1478 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Zs", &arg, &type, &type_len) == FAILURE) { in PHP_FUNCTION()
|
/PHP-5.3/sapi/thttpd/ |
H A D | thttpd_patch | 258 + int type_len; 287 + type_len = strlen(type); 302 + if (type[type_len-2] == '%' && type[type_len-1] == 's') { 303 + smart_str_appendl(&s, type, type_len - 2); 306 + smart_str_appendl(&s, type, type_len);
|
/PHP-5.3/ext/odbc/ |
H A D | php_odbc.c | 3067 int cat_len = 0, schema_len = 0, table_len = 0, type_len = 0; in PHP_FUNCTION() local 3071 &table, &table_len, &type, &type_len) == FAILURE) { in PHP_FUNCTION()
|
Completed in 58 milliseconds