| /PHP_5_5/ext/xmlrpc/libxmlrpc/ |
| H A D | xml_to_dandarpc.c | 52 #define ATTR_ID "id" 71 const char* id = NULL; local 77 id = attr_iter->val; 85 if(id) { 86 XMLRPC_SetValueID_Case(xCurrent, id, 0, xmlrpc_case_exact); 176 const char* id = XMLRPC_GetValueID(node); local 193 if(id && *id) { 197 attr_id->val = strdup(id);
|
| H A D | xmlrpc_introspection.c | 287 static XMLRPC_VALUE describeValue_worker(const char* type, const char* id, const char* desc, int optional, const char* default_val, XMLRPC_VALUE sub_params) { argument 289 if(id || desc) { 291 XMLRPC_VectorAppendString(xParam, xi_token_name, id, 0);
|
| H A D | xmlrpc_private.h | 92 simplestring id; /* id of this value. possibly empty. */ member in struct:_xmlrpc_value
|
| /PHP_5_5/ext/intl/common/ |
| H A D | common_date.cpp | 44 char *id = NULL, local 52 id = is_datetime 55 id_len = strlen(id); 74 id = offset_id; 75 id_len = slprintf(id, sizeof(offset_id), "GMT%+03d:%02d", 80 id = is_datetime 83 id_len = strlen(id); 87 UnicodeString s = UnicodeString(id, id_len, US_INV); 97 spprintf(&message, 0, "%s: time zone id '%s' " 98 "extracted from ext/date DateTimeZone not recognized", func, id); [all...] |
| /PHP_5_5/ext/intl/timezone/ |
| H A D | timezone_class.cpp | 66 UnicodeString id; local 71 timeZone->getID(id); 72 if (id.isBogus()) { 73 spprintf(&message, 0, "%s: could not obtain TimeZone id", func); 83 if (id.compare(0, 3, UnicodeString("GMT", sizeof("GMT")-1, US_INV)) == 0) { 93 if (intl_charFromString(id, &Z_STRVAL(arg), &Z_STRLEN(arg), 95 spprintf(&message, 0, "%s: could not convert id to UTF-8", func); 178 UnicodeString id, local 182 if (intl_stringFromChar(id, Z_STRVAL_PP(zv_timezone), Z_STRLEN_PP(zv_timezone), 192 timeZone = TimeZone::createTimeZone(id); [all...] |
| H A D | timezone_methods.cpp | 61 UnicodeString id = UnicodeString(); local 62 if (intl_stringFromChar(id, str_id, str_id_len, &status) == FAILURE) { 64 "intltz_create_time_zone: could not convert time zone id to UTF-16", 0 TSRMLS_CC); 69 TimeZone *tz = TimeZone::createTimeZone(id); 225 UnicodeString id = UnicodeString(); local 226 if (intl_stringFromChar(id, str_id, str_id_len, &status) == FAILURE) { 228 "intltz_count_equivalent_ids: could not convert time zone id to UTF-16", 0 TSRMLS_CC); 232 int32_t result = TimeZone::countEquivalentIDs(id); 287 "Error obtaining time zone id enumeration") 308 UnicodeString id; local 348 UnicodeString id; local 396 UnicodeString id; local 427 char *id = NULL; local [all...] |
| /PHP_5_5/ext/intl/transliterator/ |
| H A D | transliterator_methods.c | 50 /* Convert transliterator id to UTF-16 */ 55 intl_error_set_custom_msg( NULL, "String conversion of id to UTF-16 failed", 0 TSRMLS_CC ); 72 " with id \"%s\"", str_id ); 100 /* {{{ proto Transliterator transliterator_create( string id [, int direction ] ) 101 * proto Transliterator Transliterator::create( string id [, int direction ] ) 102 * Opens a transliterator by id. 134 * Opens a transliterator by id. 145 UChar id[] = {0x52, 0x75, 0x6C, 0x65, 0x73, 0x54, 0x72, local 175 utrans = utrans_openU( id, ( sizeof( id ) [all...] |
| /PHP_5_5/Zend/ |
| H A D | zend_list.c | 50 ZEND_API int _zend_list_delete(int id TSRMLS_DC) 54 if (zend_hash_index_find(&EG(regular_list), id, (void **) &le)==SUCCESS) { 55 /* printf("del(%d): %d->%d\n", id, le->refcount, le->refcount-1); */ 57 return zend_hash_index_del(&EG(regular_list), id); 67 ZEND_API void *_zend_list_find(int id, int *type TSRMLS_DC) argument 71 if (zend_hash_index_find(&EG(regular_list), id, (void **) &le)==SUCCESS) { 80 ZEND_API int _zend_list_addref(int id TSRMLS_DC) 84 if (zend_hash_index_find(&EG(regular_list), id, (void **) &le)==SUCCESS) { 85 /* printf("add(%d): %d->%d\n", id, le->refcount, le->refcount+1); */ 111 int id; local [all...] |
| /PHP_5_5/ext/dom/ |
| H A D | attr.c | 59 zval *id; local 68 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os|s", &id, dom_attr_class_entry, &name, &name_len, &value, &value_len) == FAILURE) { 74 intern = (dom_object *)zend_object_store_get_object(id TSRMLS_CC); 262 zval *id; local 266 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &id, dom_attr_class_entry) == FAILURE) { 270 DOM_GET_OBJ(attrp, id, xmlAttrPtr, intern);
|
| H A D | cdatasection.c | 53 zval *id; local 61 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_cdatasection_class_entry, &value, &value_len) == FAILURE) { 74 intern = (dom_object *)zend_object_store_get_object(id TSRMLS_CC);
|
| H A D | characterdata.c | 175 zval *id; local 183 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oll", &id, dom_characterdata_class_entry, &offset, &count) == FAILURE) { 187 DOM_GET_OBJ(node, id, xmlNodePtr, intern); 224 zval *id; local 230 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_characterdata_class_entry, &arg, &arg_len) == FAILURE) { 234 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); 258 zval *id; local 266 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ols", &id, dom_characterdata_class_entry, &offset, &arg, &arg_len) == FAILURE) { 270 DOM_GET_OBJ(node, id, xmlNodePtr, intern); 306 zval *id; local 361 zval *id; local [all...] |
| H A D | comment.c | 53 zval *id; local 61 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|s", &id, dom_comment_class_entry, &value, &value_len) == FAILURE) { 74 intern = (dom_object *)zend_object_store_get_object(id TSRMLS_CC);
|
| H A D | documentfragment.c | 56 zval *id; local 62 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &id, dom_documentfragment_class_entry) == FAILURE) { 75 intern = (dom_object *)zend_object_store_get_object(id TSRMLS_CC); 123 zval *id; local 131 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_documentfragment_class_entry, &data, &data_len) == FAILURE) { 135 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern);
|
| H A D | element.c | 157 zval *id; local 168 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os|s!s", &id, dom_element_class_entry, &name, &name_len, &value, &value_len, &uri, &uri_len) == FAILURE) { 222 intern = (dom_object *)zend_object_store_get_object(id TSRMLS_CC); 331 zval *id; local 339 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_element_class_entry, &name, &name_len) == FAILURE) { 343 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); 374 zval *id; local 381 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oss", &id, dom_element_class_entry, &name, &name_len, &value, &value_len) == FAILURE) { 396 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); 440 zval *id; local 488 zval *id; local 534 zval *id, *node; local 600 zval *id, *node; local 637 zval *id; local 663 zval *id; local 743 zval *id; local 871 zval *id; local 928 zval *id; local 958 zval *id, *node; local 1031 zval *id; local 1059 zval *id; local 1087 zval *id; local 1144 zval *id; local 1180 zval *id; local 1216 zval *id, *node; local [all...] |
| H A D | entityreference.c | 51 zval *id; local 60 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_entityreference_class_entry, &name, &name_len) == FAILURE) { 80 intern = (dom_object *)zend_object_store_get_object(id TSRMLS_CC);
|
| H A D | namednodemap.c | 129 zval *id; local 139 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_namednodemap_class_entry, &named, &namedlen) == FAILURE) { 143 intern = (dom_object *)zend_object_store_get_object(id TSRMLS_CC); 203 zval *id; local 213 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol", &id, dom_namednodemap_class_entry, &index) == FAILURE) { 217 intern = (dom_object *)zend_object_store_get_object(id TSRMLS_CC); 261 zval *id; local 271 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os!s", &id, dom_namednodemap_class_entry, &uri, &urilen, &named, &namedlen) == FAILURE) { 275 intern = (dom_object *)zend_object_store_get_object(id TSRMLS_CC);
|
| H A D | nodelist.c | 107 zval *id; local 119 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol", &id, dom_nodelist_class_entry, &index) == FAILURE) { 124 intern = (dom_object *)zend_object_store_get_object(id TSRMLS_CC);
|
| H A D | processinginstruction.c | 54 zval *id; local 62 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os|s", &id, dom_processinginstruction_class_entry, &name, &name_len, &value, &value_len) == FAILURE) { 82 intern = (dom_object *)zend_object_store_get_object(id TSRMLS_CC);
|
| H A D | text.c | 68 zval *id; local 76 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|s", &id, dom_text_class_entry, &value, &value_len) == FAILURE) { 89 intern = (dom_object *)zend_object_store_get_object(id TSRMLS_CC); 147 zval *id; local 158 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol", &id, dom_text_class_entry, &offset) == FAILURE) { 161 DOM_GET_OBJ(node, id, xmlNodePtr, intern); 209 zval *id; local 213 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &id, dom_text_class_entry) == FAILURE) { 216 DOM_GET_OBJ(node, id, xmlNodePtr, intern);
|
| H A D | xpath.c | 273 zval *id, *doc; local 281 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OO", &id, dom_xpath_class_entry, &doc, dom_document_class_entry) == FAILURE) { 295 intern = (dom_xpath_object *)zend_object_store_get_object(id TSRMLS_CC); 350 zval *id; local 356 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oss", &id, dom_xpath_class_entry, &prefix, &prefix_len, &ns_uri, &ns_uri_len) == FAILURE) { 360 intern = (dom_xpath_object *)zend_object_store_get_object(id TSRMLS_CC); 388 zval *id, *retval, *context = NULL; local 400 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os|O!b", &id, dom_xpath_class_entry, &expr, &expr_len, &context, dom_node_class_entry, ®ister_node_ns) == FAILURE) { 404 intern = (dom_xpath_object *)zend_object_store_get_object(id TSRMLS_CC); 550 zval *id; local [all...] |
| /PHP_5_5/ext/pdo_dblib/ |
| H A D | dblib_driver.c | 205 char *id = NULL; local 237 id = emalloc(32); 238 *len = dbconvert(NULL, (dbcoltype(H->link, 1)) , (dbdata(H->link, 1)) , (dbdatlen(H->link, 1)), SQLCHAR, id, (DBINT)-1); 241 return id; 253 dblib_handle_last_id, /* last insert id */
|
| /PHP_5_5/ext/sysvmsg/ |
| H A D | php_sysvmsg.h | 55 long id; member in struct:__anon256
|
| /PHP_5_5/ext/sysvsem/ |
| H A D | php_sysvsem.h | 40 int id; /* For error reporting. */ member in struct:__anon258
|
| /PHP_5_5/ext/sysvshm/ |
| H A D | php_sysvshm.h | 57 long id; /* returned by shmget */ member in struct:__anon262
|
| /PHP_5_5/ext/opcache/ |
| H A D | zend_accelerator_blacklist.h | 30 int id; member in struct:_zend_blacklist_entry
|