Searched defs:types (Results 1 - 6 of 6) sorted by relevance
| /PHP_5_4/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:__anon105 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_5_4/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_5_4/ext/sybase_ct/ |
| H A D | php_sybase_ct.h | 110 CS_INT *types; member in struct:__anon255
|
| /PHP_5_4/ext/mysqli/ |
| H A D | mysqli_api.c | 83 zval ***args, unsigned int start, const char * const types TSRMLS_DC) 101 switch (types[ofs]) { 130 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Undefined fieldtype %c (parameter %d)", types[ofs], i+1); 160 zval ***args, unsigned int start, const char * const types TSRMLS_DC) 176 switch (types[i]) { 195 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Undefined fieldtype %c (parameter %d)", types[i], i + start + 1); 211 /* {{{ proto bool mysqli_stmt_bind_param(object stmt, string types, mixed variable [,mixed,....]) U 221 char *types; local 232 &types, &types_len) == FAILURE) { 246 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid type or no types specifie [all...] |
Completed in 12 milliseconds