Home
last modified time | relevance | path

Searched refs:type_len (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/TSRM/
H A Dtsrm_win32.c449 int fno, type_len, read, mode; in popen_ex() local
468 type_len = (int)strlen(type); in popen_ex()
469 if (type_len < 1 || type_len > 2) { in popen_ex()
477 if (type_len > 1 && (ptype[1] != 'b' && ptype[1] != 't')) { in popen_ex()
506 if (!type_len || !CreatePipe(&in, &out, &security, 2048L)) { in popen_ex()
521 mode = ((type_len == 2) && (type[1] == 'b')) ? O_BINARY : O_TEXT; in popen_ex()
/PHP-8.0/ext/soap/
H A Dphp_sdl.c81 int type_len = strlen(cptype); in get_element() local
82 int len = ns_len + type_len + 1; in get_element()
87 memcpy(nscat+ns_len+1, cptype, type_len); in get_element()
113 int type_len = strlen(type); in get_encoder() local
114 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()
1426 int type_len = strlen(enc->details.type_str); in sdl_deserialize_encoder() local
1438 enc_len = enc_ns_len + type_len + 1; in sdl_deserialize_encoder()
[all …]
/PHP-8.0/ext/iconv/
H A Diconv.c2232 size_t type_len, retval; in PHP_FUNCTION() local
2235 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sS", &type, &type_len, &charset) == FAILURE) { in PHP_FUNCTION()
2269 size_t type_len = sizeof("all")-1; in PHP_FUNCTION() local
2271 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s", &type, &type_len) == FAILURE) { in PHP_FUNCTION()
/PHP-8.0/ext/sockets/
H A Dsockets.c2116 socklen_t type_len = sizeof(type); local
2128 if (getsockopt(socket, SOL_SOCKET, SO_DOMAIN, &type, &type_len) == 0) {
/PHP-8.0/ext/odbc/
H A Dphp_odbc.c2736 size_t cat_len = 0, schema_len = 0, table_len = 0, type_len = 0; in PHP_FUNCTION() local
2740 &table, &table_len, &type, &type_len) == FAILURE) { in PHP_FUNCTION()
/PHP-8.0/ext/mbstring/
H A Dmbstring.c1258 size_t type_len = 0, n; in PHP_FUNCTION() local
1264 Z_PARAM_STRING_OR_NULL(type, type_len) in PHP_FUNCTION()

Completed in 52 milliseconds