Searched defs:def (Results 1 - 10 of 10) sorted by relevance
| /PHP_5_4/ext/xmlrpc/libxmlrpc/ |
| H A D | xmlrpc_introspection.c | 317 const char* def = NULL; local 341 def = attr_iter->val; 364 xReturn = describeValue_worker(ptype, name, (desc ? desc : (xSubList ? NULL : el->text.str)), optional, def, xSubList);
|
| /PHP_5_4/ext/dom/ |
| H A D | element.c | 700 xmlNsPtr def; local 718 def = xmlSearchNs(doc, tree, prefix); 719 while (def != NULL) { 726 def = xmlSearchNs(doc, tree, prefix); 732 def = xmlNewNs(tree, ns->href, prefix); 733 return(def);
|
| /PHP_5_4/ext/filter/ |
| H A D | filter.c | 756 zval **option, **opt, **def; local 766 zend_hash_find(HASH_OF(*opt), "default", sizeof("default"), (void **)&def) == SUCCESS 768 MAKE_COPY_ZVAL(def, return_value);
|
| /PHP_5_4/ext/pdo_mysql/ |
| H A D | php_pdo_mysql_int.h | 116 MYSQL_FIELD *def; member in struct:__anon156
|
| /PHP_5_4/ext/pdo_oci/ |
| H A D | php_pdo_oci_int.h | 48 OCIDefine *def; member in struct:__anon161
|
| /PHP_5_4/ext/pdo_pgsql/ |
| H A D | php_pdo_pgsql_int.h | 57 char *def; member in struct:__anon172
|
| /PHP_5_4/ext/pgsql/ |
| H A D | pgsql.c | 5262 zval *meta, **def, **type, **not_null, **has_default, **val, *new_val; local 5298 if (!err && zend_hash_find(Z_ARRVAL_P(meta), field, field_len, (void **)&def) == FAILURE) { 5302 if (!err && zend_hash_find(Z_ARRVAL_PP(def), "type", sizeof("type"), (void **)&type) == FAILURE) { 5306 if (!err && zend_hash_find(Z_ARRVAL_PP(def), "not null", sizeof("not null"), (void **)¬_null) == FAILURE) { 5310 if (!err && zend_hash_find(Z_ARRVAL_PP(def), "has default", sizeof("has default"), (void **)&has_default) == FAILURE) {
|
| /PHP_5_4/ext/soap/ |
| H A D | php_schema.c | 1604 cur_type->def = estrdup((char*)attr->children->content); 1624 xmlAttrPtr def; local 1625 def = get_attribute(parent->properties, "elementFormDefault"); 1626 if(def == NULL || strncmp((char*)def->children->content, "qualified", sizeof("qualified"))) { 1800 newAttr->def = estrdup((char*)attr->children->content); 1870 xmlAttrPtr def; local 1871 def = get_attribute(parent->properties, "attributeFormDefault"); 1872 if(def == NULL || strncmp((char*)def [all...] |
| H A D | php_sdl.h | 209 char *def; member in struct:_sdlType 248 char *def; member in struct:_sdlAttribute
|
| /PHP_5_4/ext/mysqlnd/ |
| H A D | mysqlnd_structs.h | 78 char *def; /* Default value (set by mysql_list_fields) */ member in struct:st_mysqlnd_field
|
Completed in 25 milliseconds