Searched refs:type_len (Results 1 - 8 of 8) sorted by relevance
| /PHP_TRUNK/TSRM/ |
| H A D | tsrm_win32.c | 460 int fno, type_len = strlen(type), read, mode; local 480 type_len = strlen(type); 481 if (type_len <1 || type_len > 2) { 485 for (i=0; i < type_len; i++) { 496 if (!type_len || !CreatePipe(&in, &out, &security, 2048L)) { 508 mode = ((type_len == 2) && (type[1] == 'b')) ? O_BINARY : O_TEXT;
|
| /PHP_TRUNK/ext/iconv/ |
| H A D | iconv.c | 2414 int type_len, charset_len =0, retval; local 2416 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &type, &type_len, &charset, &charset_len) == FAILURE) 2447 int type_len = sizeof("all")-1; local 2449 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &type, &type_len) == FAILURE)
|
| /PHP_TRUNK/ext/odbc/ |
| H A D | php_odbc.c | 3061 int cat_len = 0, schema_len = 0, table_len = 0, type_len = 0; local 3065 &table, &table_len, &type, &type_len) == FAILURE) {
|
| /PHP_TRUNK/ext/soap/ |
| H A D | php_sdl.c | 83 int type_len = strlen(cptype); local 84 int len = ns_len + type_len + 1; 89 memcpy(nscat+ns_len+1, cptype, type_len); 94 } else if (zend_hash_find(sdl->elements, (char*)type, type_len + 1, (void **)&sdl_type) == SUCCESS) { 115 int type_len = strlen(type); local 116 int len = ns_len + type_len + 1; 121 memcpy(nscat+ns_len+1, type, type_len); 136 enc_len = enc_ns_len + type_len + 1; 140 memcpy(enc_nscat+enc_ns_len+1, type, type_len); 1422 int type_len local [all...] |
| H A D | php_encoding.c | 472 uint type_len; local 481 zend_hash_get_current_key_ex(SOAP_GLOBAL(class_map), &type_name, &type_len, &idx, 0, &pos) == HASH_KEY_IS_STRING) {
|
| /PHP_TRUNK/ext/standard/ |
| H A D | type.c | 95 int type_len = 0; local 97 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Zs", &var, &type, &type_len) == FAILURE) {
|
| /PHP_TRUNK/ext/xmlrpc/ |
| H A D | xmlrpc-epi-php.c | 1475 int type_len; local 1478 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Zs", &arg, &type, &type_len) == FAILURE) {
|
| /PHP_TRUNK/ext/sockets/ |
| H A D | sockets.c | 2198 socklen_t type_len = sizeof(type); local 2212 if (getsockopt(socket, SOL_SOCKET, SO_DOMAIN, &type, &type_len) == 0) {
|
Completed in 35 milliseconds