Searched refs:loc (Results 1 - 14 of 14) sorted by relevance
| /PHP_5_5/ext/xmlrpc/libxmlrpc/ |
| H A D | queue.h | 44 node *loc ; member in struct:__anon496
|
| /PHP_5_5/ext/intl/dateformat/ |
| H A D | dateformat_attr.c | 172 char *loc; local 190 loc = (char *)udat_getLocaleByType(DATE_FORMAT_OBJECT(dfo), loc_type,&INTL_DATA_ERROR_CODE(dfo)); 192 RETURN_STRING(loc, 1);
|
| /PHP_5_5/ext/intl/formatter/ |
| H A D | formatter_attr.c | 430 char* loc; local 446 loc = (char *)unum_getLocaleByType(FORMATTER_OBJECT(nfo), type, &INTL_DATA_ERROR_CODE(nfo)); 448 RETURN_STRING(loc, 1);
|
| /PHP_5_5/ext/intl/msgformat/ |
| H A D | msgformat_attr.c | 123 char *loc; local 139 loc = (char *)umsg_getLocale(MSG_FORMAT_OBJECT(mfo)); 140 RETURN_STRING(loc, 1);
|
| /PHP_5_5/ext/mbstring/libmbfl/mbfl/ |
| H A D | mbfilter.c | 265 mbfl_buffer_converter_feed2(mbfl_buffer_converter *convd, mbfl_string *string, int *loc) argument 285 if (loc) { 286 *loc = p - string->val; 293 if (loc) { 294 *loc = p - string->val;
|
| H A D | mbfilter.h | 137 MBFLAPI extern int mbfl_buffer_converter_feed2(mbfl_buffer_converter *convd, mbfl_string *string, int *loc);
|
| /PHP_5_5/ext/mbstring/oniguruma/ |
| H A D | regcomp.c | 1897 BitStatusType loc; local 1919 loc = env->capture_history; 1922 if (BIT_STATUS_AT(loc, i)) {
|
| /PHP_5_5/ext/interbase/ |
| H A D | ibase_service.c | 215 char buf[128], *host, *user, *pass, *loc; local 237 loc = buf + spb_len; /* points to %s:service_mgr part */ 240 if (isc_service_attach(IB_STATUS, 0, loc, &handle, (unsigned short)spb_len, buf)) {
|
| /PHP_5_5/ext/mbstring/ |
| H A D | mbstring.c | 905 int status, loc; local 925 status = mbfl_buffer_converter_feed2(convd, &string, &loc); 942 return loc;
|
| /PHP_5_5/ext/phar/ |
| H A D | phar.c | 2575 php_uint32 manifest_len, mytime, loc, new_manifest_count; local 2839 for (loc = 0;loc < mytime; ++loc) {
|
| H A D | util.c | 923 off_t loc; local 1000 loc = php_stream_tell(ufp); 1016 if (php_stream_tell(ufp) - loc != (off_t) entry->uncompressed_filesize) { 1024 phar_set_fp_type(entry, PHAR_UFP, loc TSRMLS_CC);
|
| H A D | zip.c | 463 off_t loc = php_stream_tell(fp); local 468 php_stream_seek(fp, loc + PHAR_GET_16(zipentry.extra_len), SEEK_SET); 839 php_uint32 loc; local 872 for (loc = 0;loc < entry->uncompressed_filesize; ++loc) {
|
| /PHP_5_5/ext/soap/ |
| H A D | php_http.c | 1082 char *loc; local 1084 if ((loc = get_http_header_value(http_headers,"Location: ")) != NULL) { 1085 php_url *new_url = php_url_parse(loc); 1090 efree(loc);
|
| /PHP_5_5/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 54191 int loc = seekResult; /* -1: before desired location +1: after */ local [all...] |
Completed in 179 milliseconds