Searched refs:loc (Results 1 - 13 of 13) sorted by relevance
| /PHP_5_3/ext/sqlite/libsqlite/src/ |
| H A D | btree.c | 2626 int loc; local 2645 rc = fileBtreeMoveto(pCur, pKey, nKey, &loc); 2654 if( loc==0 ){ 2659 }else if( loc<0 && pPage->nCell>0 ){
|
| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 54191 int loc = seekResult; /* -1: before desired location +1: after */ local [all...] |
| /PHP_5_3/ext/xmlrpc/libxmlrpc/ |
| H A D | queue.h | 44 node *loc ; member in struct:__anon472
|
| /PHP_5_3/ext/intl/dateformat/ |
| H A D | dateformat_attr.c | 296 char *loc; local 314 loc = (char *)udat_getLocaleByType(DATE_FORMAT_OBJECT(dfo), loc_type,&INTL_DATA_ERROR_CODE(dfo)); 316 RETURN_STRING(loc, 1);
|
| /PHP_5_3/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_3/ext/intl/msgformat/ |
| H A D | msgformat_attr.c | 117 char *loc; local 133 loc = (char *)umsg_getLocale(MSG_FORMAT_OBJECT(mfo)); 134 RETURN_STRING(loc, 1);
|
| /PHP_5_3/ext/mbstring/oniguruma/ |
| H A D | regcomp.c | 1875 BitStatusType loc; local 1897 loc = env->capture_history; 1900 if (BIT_STATUS_AT(loc, i)) {
|
| /PHP_5_3/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_3/ext/soap/ |
| H A D | php_http.c | 1018 char *loc; local 1020 if ((loc = get_http_header_value(http_headers,"Location: ")) != NULL) { 1021 php_url *new_url = php_url_parse(loc); 1026 efree(loc);
|
| /PHP_5_3/ext/phar/ |
| H A D | phar.c | 2581 php_uint32 manifest_len, mytime, loc, new_manifest_count; local 2845 for (loc = 0;loc < mytime; ++loc) {
|
| H A D | util.c | 924 off_t loc; local 1001 loc = php_stream_tell(ufp); 1017 if (php_stream_tell(ufp) - loc != (off_t) entry->uncompressed_filesize) { 1025 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_3/ext/standard/ |
| H A D | string.c | 4078 char *loc, *retval; local 4140 loc = NULL; 4142 loc = Z_STRVAL_PP(plocale); 4149 retval = php_my_setlocale(cat, loc); 4153 if (loc) {
|
Completed in 172 milliseconds