Home
last modified time | relevance | path

Searched refs:loc (Results 1 – 16 of 16) sorted by relevance

/PHP-5.3/ext/intl/msgformat/
H A Dmsgformat_attr.c117 char *loc; in PHP_FUNCTION() local
133 loc = (char *)umsg_getLocale(MSG_FORMAT_OBJECT(mfo)); in PHP_FUNCTION()
134 RETURN_STRING(loc, 1); in PHP_FUNCTION()
/PHP-5.3/ext/intl/dateformat/
H A Ddateformat_attr.c296 char *loc; in PHP_FUNCTION() local
314 loc = (char *)udat_getLocaleByType(DATE_FORMAT_OBJECT(dfo), loc_type,&INTL_DATA_ERROR_CODE(dfo)); in PHP_FUNCTION()
316 RETURN_STRING(loc, 1); in PHP_FUNCTION()
/PHP-5.3/ext/intl/formatter/
H A Dformatter_attr.c430 char* loc; in PHP_FUNCTION() local
446 loc = (char *)unum_getLocaleByType(FORMATTER_OBJECT(nfo), type, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
448 RETURN_STRING(loc, 1); in PHP_FUNCTION()
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug44882.phpt11 public function __doRequest($req, $loc, $act, $ver, $one_way = 0)
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dqueue.h44 node *loc ; member
/PHP-5.3/ext/interbase/
H A Dibase_service.c215 char buf[128], *host, *user, *pass, *loc; in PHP_FUNCTION() local
237 loc = buf + spb_len; /* points to %s:service_mgr part */ in PHP_FUNCTION()
240 if (isc_service_attach(IB_STATUS, 0, loc, &handle, (unsigned short)spb_len, buf)) { in PHP_FUNCTION()
/PHP-5.3/ext/intl/tests/
H A Dlocale_compose_locale.phpt110 $res_str .= "\nInput Array name is : loc".(++$cnt) ;
/PHP-5.3/ext/phar/
H A Dzip.c463 off_t loc = php_stream_tell(fp); in phar_parse_zipfile() local
468 php_stream_seek(fp, loc + PHAR_GET_16(zipentry.extra_len), SEEK_SET); in phar_parse_zipfile()
839 php_uint32 loc; in phar_zip_changed_apply() local
872 for (loc = 0;loc < entry->uncompressed_filesize; ++loc) { in phar_zip_changed_apply()
H A Dutil.c924 off_t loc; in phar_open_entry_fp() local
1001 loc = php_stream_tell(ufp); in phar_open_entry_fp()
1017 if (php_stream_tell(ufp) - loc != (off_t) entry->uncompressed_filesize) { in phar_open_entry_fp()
1025 phar_set_fp_type(entry, PHAR_UFP, loc TSRMLS_CC); in phar_open_entry_fp()
H A Dphar.c2581 php_uint32 manifest_len, mytime, loc, new_manifest_count; local
2845 for (loc = 0;loc < mytime; ++loc) {
/PHP-5.3/ext/soap/
H A Dphp_http.c1018 char *loc; in make_http_soap_request() local
1020 if ((loc = get_http_header_value(http_headers,"Location: ")) != NULL) { in make_http_soap_request()
1021 php_url *new_url = php_url_parse(loc); in make_http_soap_request()
1026 efree(loc); in make_http_soap_request()
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dbtree.c2626 int loc; in fileBtreeInsert() local
2645 rc = fileBtreeMoveto(pCur, pKey, nKey, &loc); in fileBtreeInsert()
2654 if( loc==0 ){ in fileBtreeInsert()
2659 }else if( loc<0 && pPage->nCell>0 ){ in fileBtreeInsert()
/PHP-5.3/ext/standard/
H A Dstring.c4078 char *loc, *retval; local
4140 loc = NULL;
4142 loc = Z_STRVAL_PP(plocale);
4149 retval = php_my_setlocale(cat, loc);
4153 if (loc) {
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregcomp.c1875 BitStatusType loc; in disable_noname_group_capture() local
1897 loc = env->capture_history; in disable_noname_group_capture()
1900 if (BIT_STATUS_AT(loc, i)) { in disable_noname_group_capture()
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt1043 loc() for each call. The default threshold above which the stack is no
1694 loc() and pcre_free() exported functions will be declared
2821 loc() when pcre_compile() is getting memory in which to place the com-
9620 loc() and pcre_free() exported functions will be declared
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c54191 int loc = seekResult; /* -1: before desired location +1: after */
54236 if( !loc ){
54237 rc = btreeMoveto(pCur, pKey, nKey, appendBias, &loc);
54240 assert( pCur->eState==CURSOR_VALID || (pCur->eState==CURSOR_INVALID && loc) );
54248 loc==0 ? "overwrite" : "new entry"));
54258 if( loc==0 ){
54273 }else if( loc<0 && pPage->nCell>0 ){

Completed in 384 milliseconds