Home
last modified time | relevance | path

Searched refs:strencode (Results 1 – 22 of 22) sorted by relevance

/dports/audio/mp3guessenc/mp3guessenc-0.27.5/tools/
H A DMakefile13 SRC0 = strencode.c
14 OBJ0 = strencode.o
16 all: $(OBJ0) ../decode.o strencode
19 strencode: $(OBJ0) ../decode.o target
20 strencode.o: strencode.c
23 rm -f $(OBJ0) strencode
/dports/www/micro_httpd/micro_httpd/
H A Dmicro_httpd.c53 static void strencode( char* to, size_t tosize, const char* from );
156 strencode( encoded_name, sizeof(encoded_name), name ); in file_details()
296 strencode( char* to, size_t tosize, const char* from ) in strencode() function
/dports/www/http_post/http_post/
H A Dhttp_post.c54 static void strencode( char* to, char* from );
381 strencode( enc_buf, args[i] ); in postURLbyParts()
387 strencode( enc_buf, args[i] ); in postURLbyParts()
389 strencode( enc_buf, eq ); in postURLbyParts()
705 strencode( char* to, char* from ) in strencode() function
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/db/
H A DDatabaseTestHelper.php149 public function strencode( $s ) { function in DatabaseTestHelper
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/db/
H A DDatabaseTestHelper.php145 public function strencode( $s ) { function in DatabaseTestHelper
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/db/
H A DDatabaseTestHelper.php145 public function strencode( $s ) { function in DatabaseTestHelper
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/rdbms/database/
H A DDatabasePostgres.php406 $this->strencode( $this->indexName( $index ) ) .
1176 public function strencode( $s ) { function in Wikimedia\\Rdbms\\DatabasePostgres
H A DDatabaseSqlite.php690 public function strencode( $s ) { function in Wikimedia\\Rdbms\\DatabaseSqlite
H A DDatabaseMysqlBase.php471 public function strencode( $s ) { function in Wikimedia\\Rdbms\\DatabaseMysqlBase
H A DDatabase.php922 abstract public function strencode( $s ); function in Wikimedia\\Rdbms\\Database
3340 return "'" . $this->strencode( $s ) . "'";
/dports/www/mediawiki135/mediawiki-1.35.5/includes/libs/rdbms/database/
H A DDatabasePostgres.php491 $this->strencode( $this->indexName( $index ) ) .
1257 public function strencode( $s ) { function in Wikimedia\\Rdbms\\DatabasePostgres
H A DDatabaseSqlite.php803 public function strencode( $s ) { function in Wikimedia\\Rdbms\\DatabaseSqlite
H A DDatabaseMysqlBase.php636 public function strencode( $s ) { function in Wikimedia\\Rdbms\\DatabaseMysqlBase
H A DDatabase.php831 abstract public function strencode( $s ); function in Wikimedia\\Rdbms\\Database
3121 return "'" . $this->strencode( $s ) . "'";
/dports/www/mediawiki136/mediawiki-1.36.3/includes/libs/rdbms/database/
H A DDatabasePostgres.php491 $this->strencode( $this->indexName( $index ) ) .
1257 public function strencode( $s ) { function in Wikimedia\\Rdbms\\DatabasePostgres
H A DDatabaseSqlite.php803 public function strencode( $s ) { function in Wikimedia\\Rdbms\\DatabaseSqlite
H A DDatabaseMysqlBase.php634 public function strencode( $s ) { function in Wikimedia\\Rdbms\\DatabaseMysqlBase
H A DDatabase.php848 abstract public function strencode( $s ); function in Wikimedia\\Rdbms\\Database
3151 return "'" . $this->strencode( $s ) . "'";
/dports/www/mini_httpd/mini_httpd-1.30/
H A Dmini_httpd.c258 static void strencode( char* to, size_t tosize, const char* from );
1755 strencode( encname, sizeof(encname), name ); in file_details()
1765 strencode( char* to, size_t tosize, const char* from ) in strencode() function
/dports/www/thttpd/thttpd-2.29/
H A Dlibhttpd.c141 static void strencode( char* to, int tosize, char* from );
1257 strencode( char* to, int tosize, char* from ) in strencode() function
2898 strencode( encrname, maxencrname, rname ); in ls()
/dports/audio/mp3guessenc/mp3guessenc-0.27.5/
H A DChangeLog207 - Faster, more robust, more flexible `strencode' utility
/dports/audio/mixxx/mixxx-2.3.0/lib/mp3guessenc-0.27.4/
H A DChangeLog202 - Faster, more robust, more flexible `strencode' utility