Searched defs:types (Results 1 - 7 of 7) sorted by relevance
| /PHP_TRUNK/ext/fileinfo/libmagic/ |
| H A D | names.h | 29 * Names.h - names and types used by ascmagic in file(1). 40 to add mime type strings to the types table. 43 /* these types are used to index the table 'types': keep em in sync! */ 62 } types[] = { variable in typeref:struct:__anon107 77 { "cannot happen error on names.h/types", "error/x-error" }
|
| H A D | cdf.c | 1150 static const char *types[] = { "empty", "user storage", local 1159 if (d->d_type < __arraycount(types)) 1160 (void)fprintf(stderr, "Type: %s\n", types[d->d_type]);
|
| /PHP_TRUNK/ext/intl/msgformat/ |
| H A D | msgformat_helpers.cpp | 101 const Formattable::Type *types = MessageFormatAdapter::getArgTypeList( local 110 const Formattable::Type t = types[i]; 114 "Write to argument types hash table failed", 0 TSRMLS_CC); 190 "Write to argument types hash table failed", 0 TSRMLS_CC); 208 "Write to argument types hash table failed", 0 TSRMLS_CC); 272 "Inconsistent types declared for an argument", 0 TSRMLS_CC); 370 HashTable *types; local 377 types = umsg_get_types(mfo, err TSRMLS_CC); 420 zend_hash_index_find(types, (ulong)num_index, (void**)&storedArgType); 433 zend_hash_find(types, (cha [all...] |
| /PHP_TRUNK/ext/soap/ |
| H A D | php_sdl.c | 29 #include <sys/types.h> 374 if (node_is_equal(trav,"types")) { 375 /* TODO: Only one "types" is allowed */ 1282 static sdlContentModelPtr sdl_deserialize_model(sdlTypePtr *types, sdlTypePtr *elements, char **in) argument 1302 sdlContentModelPtr x = sdl_deserialize_model(types, elements, in); 1312 model->u.group = types[i]; 1320 static void sdl_deserialize_type(sdlTypePtr type, sdlTypePtr *types, encodePtr *encoders, char **in) argument 1378 sdl_deserialize_type(t, types, encoders, in); 1399 type->model = sdl_deserialize_model(types, elements, in); 1408 static void sdl_deserialize_encoder(encodePtr enc, sdlTypePtr *types, cha argument 1451 sdl_deserialize_soap_body(sdlSoapBindingFunctionBodyPtr body, encodePtr *encoders, sdlTypePtr *types, char **in) argument 1510 sdl_deserialize_parameters(encodePtr *encoders, sdlTypePtr *types, char **in) argument 1540 sdlTypePtr *types; local [all...] |
| H A D | php_sdl.h | 56 HashTable *types; /* array of sdlTypesPtr */ member in struct:_sdl
|
| /PHP_TRUNK/ext/sybase_ct/ |
| H A D | php_sybase_ct.h | 110 CS_INT *types; member in struct:__anon255
|
| /PHP_TRUNK/ext/mysqli/ |
| H A D | mysqli_api.c | 84 zval ***args, unsigned int start, const char * const types TSRMLS_DC) 102 switch (types[ofs]) { 131 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Undefined fieldtype %c (parameter %d)", types[ofs], i+1); 161 zval ***args, unsigned int start, const char * const types TSRMLS_DC) 177 switch (types[i]) { 196 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Undefined fieldtype %c (parameter %d)", types[i], i + start + 1); 212 /* {{{ proto bool mysqli_stmt_bind_param(object stmt, string types, mixed variable [,mixed,....]) U 222 char *types; local 233 &types, &types_len) == FAILURE) { 247 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid type or no types specifie [all...] |
Completed in 15 milliseconds