Searched refs:type_len (Results 1 – 9 of 9) sorted by relevance
/PHP-5.5/TSRM/ |
H A D | tsrm_win32.c | 460 int fno, type_len = strlen(type), read, mode; in popen_ex() local 480 type_len = strlen(type); in popen_ex() 481 if (type_len <1 || type_len > 2) { in popen_ex() 485 for (i=0; i < type_len; i++) { in popen_ex() 496 if (!type_len || !CreatePipe(&in, &out, &security, 2048L)) { in popen_ex() 508 mode = ((type_len == 2) && (type[1] == 'b')) ? O_BINARY : O_TEXT; in popen_ex()
|
/PHP-5.5/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.5/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 | 479 uint type_len; in master_to_xml_int() local 488 …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.5/ext/iconv/ |
H A D | iconv.c | 2444 int type_len, charset_len =0, retval; in PHP_FUNCTION() local 2446 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &type, &type_len, &charset, &charset_le… in PHP_FUNCTION() 2477 int type_len = sizeof("all")-1; in PHP_FUNCTION() local 2479 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &type, &type_len) == FAILURE) in PHP_FUNCTION()
|
/PHP-5.5/ext/xmlrpc/ |
H A D | xmlrpc-epi-php.c | 1484 int type_len; in PHP_FUNCTION() local 1487 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Zs", &arg, &type, &type_len) == FAILURE) { in PHP_FUNCTION()
|
/PHP-5.5/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.5/ext/sockets/ |
H A D | sockets.c | 2217 socklen_t type_len = sizeof(type); local 2231 if (getsockopt(socket, SOL_SOCKET, SO_DOMAIN, &type, &type_len) == 0) {
|
/PHP-5.5/ext/odbc/ |
H A D | php_odbc.c | 3117 int cat_len = 0, schema_len = 0, table_len = 0, type_len = 0; in PHP_FUNCTION() local 3121 &table, &table_len, &type, &type_len) == FAILURE) { in PHP_FUNCTION()
|
Completed in 84 milliseconds