Home
last modified time | relevance | path

Searched defs:id (Results 26 – 50 of 82) sorted by relevance

1234

/PHP-5.5/ext/sysvmsg/
H A Dphp_sysvmsg.h55 long id; member
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxml_to_dandarpc.c71 const char* id = NULL; in xml_element_to_DANDARPC_REQUEST_worker() local
176 const char* id = XMLRPC_GetValueID(node); in DANDARPC_to_xml_element_worker() local
H A Dxmlrpc_private.h92 simplestring id; /* id of this value. possibly empty. */ member
/PHP-5.5/TSRM/
H A DTSRM.h115 #define ts_resource(id) ts_resource_ex(id, NULL) argument
164 #define TSRMG(id, type, element) (((type) (*((void ***) tsrm_ls))[TSRM_UNSHUFFLE_RSRC_ID(id)])->ele… argument
H A DTSRM.c308 TSRM_API void *ts_resource_ex(ts_rsrc_id id, THREAD_T *th_id) in ts_resource_ex()
530 void ts_free_id(ts_rsrc_id id) in ts_free_id()
/PHP-5.5/ext/standard/
H A Dvar_unserializer.c142 static int var_access(php_unserialize_data_t *var_hashx, long id, zval ***store) in var_access()
1230 long id; in php_var_unserialize() local
1276 long id; in php_var_unserialize() local
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_blacklist.h30 int id; member
/PHP-5.5/ext/sysvsem/
H A Dphp_sysvsem.h40 int id; /* For error reporting. */ member
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp66 UnicodeString id; in timezone_convert_to_datetimezone() local
178 UnicodeString id, in timezone_process_timezone_argument() local
/PHP-5.5/ext/dom/
H A Dnodelist.c107 zval *id; in PHP_FUNCTION() local
H A Dprocessinginstruction.c54 zval *id; in PHP_METHOD() local
/PHP-5.5/Zend/
H A Dzend_list.c67 ZEND_API void *_zend_list_find(int id, int *type TSRMLS_DC) in _zend_list_find()
111 int id; in zend_fetch_resource() local
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c956 int id; in PHP_FUNCTION() local
1064 int id, len; in PHP_FUNCTION() local
1429 int len, id, deadlock_count; in php_sybase_query() local
2100 int id; in PHP_FUNCTION() local
2196 int id; in PHP_FUNCTION() local
/PHP-5.5/ext/intl/common/
H A Dcommon_date.cpp44 char *id = NULL, local
/PHP-5.5/ext/session/
H A Dmod_user_class.c149 char *id; in PHP_METHOD() local
H A Dmod_user.c190 char *id = NULL; in PS_CREATE_SID_FUNC() local
/PHP-5.5/ext/sysvshm/
H A Dphp_sysvshm.h57 long id; /* returned by shmget */ member
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c877 int id = -1; in PHP_FUNCTION() local
908 int id = -1; in PHP_FUNCTION() local
1332 int id = -1; local
1980 int id = -1; local
/PHP-5.5/ext/filter/
H A Dfilter.c36 int id; member
330 static filter_list_entry php_find_filter(long id) /* {{{ */ in php_find_filter()
H A Dfilter_private.h89 #define PHP_FILTER_ID_EXISTS(id) \ argument
/PHP-5.5/ext/soap/interop/
H A Dclient_round2_interop.php773 function showWire($id) {
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_methods.c145 UChar id[] = {0x52, 0x75, 0x6C, 0x65, 0x73, 0x54, 0x72, in PHP_FUNCTION() local
/PHP-5.5/ext/pdo_dblib/
H A Ddblib_driver.c208 char *id = NULL; in dblib_handle_last_id() local
/PHP-5.5/ext/com_dotnet/
H A Dcom_persist.c44 int id; member
255 int id = stm->id; in istream_destructor() local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregexec.c568 #define STACK_PUSH_REPEAT(id, pat) do {\ argument
806 #define STACK_NULL_CHECK(isnull,id,s) do {\ argument
820 #define STACK_NULL_CHECK_REC(isnull,id,s) do {\ argument
841 #define STACK_NULL_CHECK_MEMST(isnull,id,s,reg) do {\ argument
880 #define STACK_NULL_CHECK_MEMST_REC(isnull,id,s,reg) do {\ argument
928 #define STACK_GET_REPEAT(id, k) do {\ argument

Completed in 92 milliseconds

1234