Searched defs:def (Results 1 - 10 of 10) sorted by relevance

/PHP_5_4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c317 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 Delement.c700 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 Dfilter.c756 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 Dphp_pdo_mysql_int.h116 MYSQL_FIELD *def; member in struct:__anon156
/PHP_5_4/ext/pdo_oci/
H A Dphp_pdo_oci_int.h48 OCIDefine *def; member in struct:__anon161
/PHP_5_4/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h57 char *def; member in struct:__anon172
/PHP_5_4/ext/pgsql/
H A Dpgsql.c5262 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 **)&not_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 Dphp_schema.c1604 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 Dphp_sdl.h209 char *def; member in struct:_sdlType
248 char *def; member in struct:_sdlAttribute
/PHP_5_4/ext/mysqlnd/
H A Dmysqlnd_structs.h78 char *def; /* Default value (set by mysql_list_fields) */ member in struct:st_mysqlnd_field

Completed in 25 milliseconds