Searched refs:se (Results 1 - 12 of 12) sorted by relevance
| /PHP_TRUNK/Zend/ |
| H A D | zend_strtod.c | 2040 ZEND_API double zend_strtod (CONST char *s00, CONST char **se) argument 2572 if (se) 2573 *se = s;
|
| H A D | zend_strtod.h | 30 ZEND_API double zend_strtod(const char *s00, const char **se);
|
| /PHP_TRUNK/ext/zip/lib/ |
| H A D | zip_error.c | 102 _zip_error_set(struct zip_error *err, int ze, int se) 106 err->sys_err = se; 116 int ze, se; 118 zip_source_error(src, &ze, &se); 119 _zip_error_set(err, ze, se); 95 _zip_error_set(struct zip_error *err, int ze, int se) argument 108 int ze, se; local
|
| H A D | zip_error_to_str.c | 48 zip_error_to_str(char *buf, zip_uint64_t len, int ze, int se) 59 ss = strerror(se); 63 ss = zError(se); 46 zip_error_to_str(char *buf, zip_uint64_t len, int ze, int se) argument
|
| H A D | zip_source_error.c | 43 zip_source_error(struct zip_source *src, int *ze, int *se) 68 zip_source_error(src->src, ze, se); 87 if (se) 88 *se = e[1]; 41 zip_source_error(struct zip_source *src, int *ze, int *se) argument
|
| H A D | zip_open.c | 152 int se; 155 _zip_error_get(err, &ze, &se); 157 errno = se; 148 int se; local
|
| /PHP_TRUNK/ext/zip/ |
| H A D | zip_stream.c | 39 int ze, se; local 40 zip_file_error_get(self->zf, &ze, &se);
|
| /PHP_TRUNK/ext/intl/common/ |
| H A D | common_enum.h | 72 U_CFUNC void IntlIterator_from_StringEnumeration(StringEnumeration *se, zval *object TSRMLS_DC);
|
| H A D | common_enum.cpp | 142 U_CFUNC void IntlIterator_from_StringEnumeration(StringEnumeration *se, zval *object TSRMLS_DC) argument 148 ii->iterator->data = (void*)se;
|
| /PHP_TRUNK/ext/intl/timezone/ |
| H A D | timezone_methods.cpp | 149 StringEnumeration *se = NULL; local 161 se = TimeZone::createEnumeration(); 170 se = TimeZone::createEnumeration((int32_t) Z_LVAL_PP(arg)); 195 se = TimeZone::createEnumeration(Z_STRVAL_PP(arg)); 202 if (se) { 203 IntlIterator_from_StringEnumeration(se, return_value TSRMLS_CC); 282 StringEnumeration *se; local 284 se = TimeZone::createTimeZoneIDEnumeration((USystemTimeZoneType)zoneType, 289 IntlIterator_from_StringEnumeration(se, return_value TSRMLS_CC);
|
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | regexec.c | 2879 const UChar *s, *se, *t, *p, *end; local 2898 p = se = s + tlen1; 2904 skip = reg->map[*se]; 2913 p = se = s + tlen1; 2919 skip = reg->int_map[*se];
|
| /PHP_TRUNK/ext/intl/calendar/ |
| H A D | calendar_methods.cpp | 160 StringEnumeration *se = Calendar::getKeywordValuesForLocale(key, 163 if (se == NULL) { 178 StringEnumeration *se = new BugStringCharEnumeration(uenum); local 181 IntlIterator_from_StringEnumeration(se, return_value TSRMLS_CC);
|
Completed in 27 milliseconds