Searched refs:type_len (Results 1 – 7 of 7) sorted by relevance
/PHP-7.3/TSRM/ |
H A D | tsrm_win32.c | 451 int fno, type_len, read, mode; in popen_ex() local 472 type_len = (int)strlen(type); in popen_ex() 473 if (type_len <1 || type_len > 2) { in popen_ex() 477 for (i=0; i < type_len; i++) { in popen_ex() 509 if (!type_len || !CreatePipe(&in, &out, &security, 2048L)) { in popen_ex() 524 mode = ((type_len == 2) && (type[1] == 'b')) ? O_BINARY : O_TEXT; in popen_ex()
|
/PHP-7.3/ext/standard/ |
H A D | type.c | 48 size_t type_len = 0; in PHP_FUNCTION() local 52 Z_PARAM_STRING(type, type_len) in PHP_FUNCTION()
|
/PHP-7.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() 1419 int type_len = strlen(enc->details.type_str); in sdl_deserialize_encoder() local 1431 enc_len = enc_ns_len + type_len + 1; in sdl_deserialize_encoder() [all …]
|
/PHP-7.3/ext/iconv/ |
H A D | iconv.c | 2519 size_t type_len, retval; in PHP_FUNCTION() local 2522 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sS", &type, &type_len, &charset) == FAILURE) in PHP_FUNCTION() 2556 size_t type_len = sizeof("all")-1; in PHP_FUNCTION() local 2558 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s", &type, &type_len) == FAILURE) in PHP_FUNCTION()
|
/PHP-7.3/ext/xmlrpc/ |
H A D | xmlrpc-epi-php.c | 1389 size_t type_len; in PHP_FUNCTION() local 1392 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z/s", &arg, &type, &type_len) == FAILURE) { in PHP_FUNCTION()
|
/PHP-7.3/ext/sockets/ |
H A D | sockets.c | 2388 socklen_t type_len = sizeof(type); local 2402 if (getsockopt(socket, SOL_SOCKET, SO_DOMAIN, &type, &type_len) == 0) {
|
/PHP-7.3/ext/odbc/ |
H A D | php_odbc.c | 3139 size_t cat_len = 0, schema_len = 0, table_len = 0, type_len = 0; in PHP_FUNCTION() local 3143 &table, &table_len, &type, &type_len) == FAILURE) { in PHP_FUNCTION()
|
Completed in 48 milliseconds