Home
last modified time | relevance | path

Searched refs:zFrom (Results 1 – 25 of 266) sorted by relevance

1234567891011

/dports/devel/fossil/fossil-src-2.17/src/
H A Djson_diff.c37 cson_value * json_generate_diff(const char *zFrom, const char *zTo, in json_generate_diff() argument
48 fromid = name_to_typed_rid(zFrom, "*"); in json_generate_diff()
91 char const * zFrom; in json_page_diff() local
101 zFrom = json_find_option_cstr("v1",NULL,NULL); in json_page_diff()
102 if(!zFrom){ in json_page_diff()
103 zFrom = json_command_arg(2); in json_page_diff()
105 if(!zFrom){ in json_page_diff()
122 v = json_generate_diff(zFrom, zTo, nContext, doSBS, doHtml); in json_page_diff()
131 cson_object_set(pay, "from", json_new_string(zFrom)); in json_page_diff()
H A Ddiffcmd.c587 if( zFrom ){ in diff_against_disk()
774 const char *zFrom, in diff_two_versions() argument
783 pFrom = manifest_get_by_name(zFrom, 0); in diff_two_versions()
1038 zFrom = find_option("from", "r", 1); in diff_cmd()
1048 if( zTo || zFrom || zCheckin ){ in diff_cmd()
1052 zFrom = mprintf("root:%s", zBranch); in diff_cmd()
1060 }else if( zFrom==0 ){ in diff_cmd()
1089 zFrom = db_text(0, in diff_cmd()
1093 if( zFrom==0 ){ in diff_cmd()
1136 const char *zFrom = P("from"); in vpatch_page() local
[all …]
H A Dsmtp.c155 const char *zFrom; /* Domain from which we are sending */ member
198 const char *zFrom, /* Domain for the client */ in smtp_session_new() argument
209 p->zFrom = zFrom; in smtp_session_new()
407 smtp_send_line(p, "EHLO %s\r\n", p->zFrom); in smtp_client_startup()
536 const char *zFrom, /* Who the message is from */ in smtp_send_msg() argument
547 smtp_send_line(p, "MAIL FROM:<%s>\r\n", zFrom); in smtp_send_msg()
609 const char *zFrom; in test_smtp_send() local
627 zFrom = g.argv[3]; in test_smtp_send()
630 zFromDomain = domainOfAddr(zFrom); in test_smtp_send()
643 smtp_send_msg(p, zFrom, nTo, azTo, blob_str(&body)); in test_smtp_send()
H A Dchat.c578 const char *zFrom = db_column_text(&q1, 2); in chat_poll_webpage() local
595 if(zFrom){ in chat_poll_webpage()
596 blob_appendf(&json, "%!j,", zFrom); in chat_poll_webpage()
602 user_color(zFrom ? zFrom : "nobody")); in chat_poll_webpage()
675 const char *zFrom = db_column_text(&q, 1); in chat_fetch_one() local
688 if(zFrom){ in chat_fetch_one()
689 blob_appendf(&json, "%!j,", zFrom); in chat_fetch_one()
695 user_color(zFrom ? zFrom : "nobody")); in chat_fetch_one()
H A Dimport.c121 fossil_free(gg.zFrom); gg.zFrom = 0; in import_reset()
308 if( gg.zFrom ){ in finish_commit()
333 if( gg.zFrom==0 ){ in finish_commit()
475 gg.zFrom = gg.zPrevCheckin; in import_prior_files()
478 if( gg.zFrom==0 ) return; in import_prior_files()
566 char *zFrom; in git_fast_import() local
708 fossil_free(gg.zFrom); in git_fast_import()
763 zFrom = next_token(&z); in git_fast_import()
767 nFrom = strlen(zFrom); in git_fast_import()
787 zFrom = next_token(&z); in git_fast_import()
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dtest_fuzzer.c129 char *zFrom; /* Transform from */ member
444 || memcmp(&pStem->zBasis[pStem->n], pRule->zFrom, pRule->nFrom)==0 in fuzzerAdvance()
688 pCur->nullRule.zFrom = ""; in fuzzerFilter()
809 const char *zFrom; in fuzzerUpdate() local
826 zFrom = (char*)sqlite3_value_text(argv[4]); in fuzzerUpdate()
827 if( zFrom==0 ) zFrom = ""; in fuzzerUpdate()
830 if( strcmp(zFrom,zTo)==0 ){ in fuzzerUpdate()
840 nFrom = strlen(zFrom); in fuzzerUpdate()
846 pRule->zFrom = &pRule->zTo[nTo+1]; in fuzzerUpdate()
848 memcpy(pRule->zFrom, zFrom, nFrom+1); in fuzzerUpdate()
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dfuzzer.c196 char *zFrom; /* Transform from */ member
301 const char *zFrom = (const char *)sqlite3_column_text(pStmt, 1); in fuzzerLoadOneRule() local
310 if( zFrom==0 ) zFrom = ""; in fuzzerLoadOneRule()
312 nFrom = (int)strlen(zFrom); in fuzzerLoadOneRule()
316 if( strcmp(zFrom, zTo)==0 ){ in fuzzerLoadOneRule()
345 pRule->zFrom = pRule->zTo; in fuzzerLoadOneRule()
346 pRule->zFrom += nTo + 1; in fuzzerLoadOneRule()
348 memcpy(pRule->zFrom, zFrom, nFrom+1); in fuzzerLoadOneRule()
740 || memcmp(&pStem->zBasis[pStem->n], pRule->zFrom, pRule->nFrom)==0 in fuzzerAdvance()
998 pCur->nullRule.zFrom = ""; in fuzzerFilter()
H A Damatch.c483 char *zFrom; /* Transform from (a string from user input) */ member
574 const char *zFrom = (const char *)sqlite3_column_text(pStmt, 1); in amatchLoadOneRule() local
583 if( zFrom==0 ) zFrom = ""; in amatchLoadOneRule()
585 nFrom = (int)strlen(zFrom); in amatchLoadOneRule()
589 if( strcmp(zFrom, zTo)==0 ){ in amatchLoadOneRule()
590 if( zFrom[0]=='?' && zFrom[1]==0 ){ in amatchLoadOneRule()
615 if( strcmp(zFrom,"")==0 && strcmp(zTo,"?")==0 ){ in amatchLoadOneRule()
618 if( strcmp(zFrom,"?")==0 && strcmp(zTo,"")==0 ){ in amatchLoadOneRule()
627 pRule->zFrom = &pRule->zTo[nTo+1]; in amatchLoadOneRule()
629 memcpy(pRule->zFrom, zFrom, nFrom+1); in amatchLoadOneRule()
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Dfuzzer.c196 char *zFrom; /* Transform from */ member
301 const char *zFrom = (const char *)sqlite3_column_text(pStmt, 1); in fuzzerLoadOneRule() local
310 if( zFrom==0 ) zFrom = ""; in fuzzerLoadOneRule()
312 nFrom = (int)strlen(zFrom); in fuzzerLoadOneRule()
316 if( strcmp(zFrom, zTo)==0 ){ in fuzzerLoadOneRule()
345 pRule->zFrom = pRule->zTo; in fuzzerLoadOneRule()
346 pRule->zFrom += nTo + 1; in fuzzerLoadOneRule()
348 memcpy(pRule->zFrom, zFrom, nFrom+1); in fuzzerLoadOneRule()
738 || memcmp(&pStem->zBasis[pStem->n], pRule->zFrom, pRule->nFrom)==0 in fuzzerAdvance()
996 pCur->nullRule.zFrom = ""; in fuzzerFilter()
H A Damatch.c483 char *zFrom; /* Transform from (a string from user input) */ member
574 const char *zFrom = (const char *)sqlite3_column_text(pStmt, 1); in amatchLoadOneRule() local
583 if( zFrom==0 ) zFrom = ""; in amatchLoadOneRule()
585 nFrom = (int)strlen(zFrom); in amatchLoadOneRule()
589 if( strcmp(zFrom, zTo)==0 ){ in amatchLoadOneRule()
590 if( zFrom[0]=='?' && zFrom[1]==0 ){ in amatchLoadOneRule()
615 if( strcmp(zFrom,"")==0 && strcmp(zTo,"?")==0 ){ in amatchLoadOneRule()
618 if( strcmp(zFrom,"?")==0 && strcmp(zTo,"")==0 ){ in amatchLoadOneRule()
627 pRule->zFrom = &pRule->zTo[nTo+1]; in amatchLoadOneRule()
629 memcpy(pRule->zFrom, zFrom, nFrom+1); in amatchLoadOneRule()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dfuzzer.c196 char *zFrom; /* Transform from */ member
301 const char *zFrom = (const char *)sqlite3_column_text(pStmt, 1); in fuzzerLoadOneRule() local
310 if( zFrom==0 ) zFrom = ""; in fuzzerLoadOneRule()
312 nFrom = (int)strlen(zFrom); in fuzzerLoadOneRule()
316 if( strcmp(zFrom, zTo)==0 ){ in fuzzerLoadOneRule()
345 pRule->zFrom = pRule->zTo; in fuzzerLoadOneRule()
346 pRule->zFrom += nTo + 1; in fuzzerLoadOneRule()
348 memcpy(pRule->zFrom, zFrom, nFrom+1); in fuzzerLoadOneRule()
740 || memcmp(&pStem->zBasis[pStem->n], pRule->zFrom, pRule->nFrom)==0 in fuzzerAdvance()
998 pCur->nullRule.zFrom = ""; in fuzzerFilter()
H A Damatch.c483 char *zFrom; /* Transform from (a string from user input) */ member
574 const char *zFrom = (const char *)sqlite3_column_text(pStmt, 1); in amatchLoadOneRule() local
583 if( zFrom==0 ) zFrom = ""; in amatchLoadOneRule()
585 nFrom = (int)strlen(zFrom); in amatchLoadOneRule()
589 if( strcmp(zFrom, zTo)==0 ){ in amatchLoadOneRule()
590 if( zFrom[0]=='?' && zFrom[1]==0 ){ in amatchLoadOneRule()
615 if( strcmp(zFrom,"")==0 && strcmp(zTo,"?")==0 ){ in amatchLoadOneRule()
618 if( strcmp(zFrom,"?")==0 && strcmp(zTo,"")==0 ){ in amatchLoadOneRule()
627 pRule->zFrom = &pRule->zTo[nTo+1]; in amatchLoadOneRule()
629 memcpy(pRule->zFrom, zFrom, nFrom+1); in amatchLoadOneRule()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dfuzzer.c196 char *zFrom; /* Transform from */ member
301 const char *zFrom = (const char *)sqlite3_column_text(pStmt, 1); in fuzzerLoadOneRule() local
310 if( zFrom==0 ) zFrom = ""; in fuzzerLoadOneRule()
312 nFrom = (int)strlen(zFrom); in fuzzerLoadOneRule()
316 if( strcmp(zFrom, zTo)==0 ){ in fuzzerLoadOneRule()
345 pRule->zFrom = pRule->zTo; in fuzzerLoadOneRule()
346 pRule->zFrom += nTo + 1; in fuzzerLoadOneRule()
348 memcpy(pRule->zFrom, zFrom, nFrom+1); in fuzzerLoadOneRule()
740 || memcmp(&pStem->zBasis[pStem->n], pRule->zFrom, pRule->nFrom)==0 in fuzzerAdvance()
998 pCur->nullRule.zFrom = ""; in fuzzerFilter()
H A Damatch.c483 char *zFrom; /* Transform from (a string from user input) */ member
574 const char *zFrom = (const char *)sqlite3_column_text(pStmt, 1); in amatchLoadOneRule() local
583 if( zFrom==0 ) zFrom = ""; in amatchLoadOneRule()
585 nFrom = (int)strlen(zFrom); in amatchLoadOneRule()
589 if( strcmp(zFrom, zTo)==0 ){ in amatchLoadOneRule()
590 if( zFrom[0]=='?' && zFrom[1]==0 ){ in amatchLoadOneRule()
615 if( strcmp(zFrom,"")==0 && strcmp(zTo,"?")==0 ){ in amatchLoadOneRule()
618 if( strcmp(zFrom,"?")==0 && strcmp(zTo,"")==0 ){ in amatchLoadOneRule()
627 pRule->zFrom = &pRule->zTo[nTo+1]; in amatchLoadOneRule()
629 memcpy(pRule->zFrom, zFrom, nFrom+1); in amatchLoadOneRule()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts3/
H A Dfts3_porter.c271 const char *zFrom, /* If the ending matches this... (Reversed) */ in stem() argument
276 while( *zFrom && *zFrom==*z ){ z++; zFrom++; } in stem()
277 if( *zFrom!=0 ) return 0; in stem()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts3/
H A Dfts3_porter.c271 const char *zFrom, /* If the ending matches this... (Reversed) */ in stem() argument
276 while( *zFrom && *zFrom==*z ){ z++; zFrom++; } in stem()
277 if( *zFrom!=0 ) return 0; in stem()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts3/
H A Dfts3_porter.c271 const char *zFrom, /* If the ending matches this... (Reversed) */ in stem() argument
276 while( *zFrom && *zFrom==*z ){ z++; zFrom++; } in stem()
277 if( *zFrom!=0 ) return 0; in stem()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts3/
H A Dfts3_porter.c271 const char *zFrom, /* If the ending matches this... (Reversed) */ in stem() argument
276 while( *zFrom && *zFrom==*z ){ z++; zFrom++; } in stem()
277 if( *zFrom!=0 ) return 0; in stem()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/fts3/
H A Dfts3_porter.c272 const char *zFrom, /* If the ending matches this... (Reversed) */ in stem() argument
277 while( *zFrom && *zFrom==*z ){ z++; zFrom++; } in stem()
278 if( *zFrom!=0 ) return 0; in stem()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/fts2/
H A Dfts2_porter.c269 const char *zFrom, /* If the ending matches this... (Reversed) */ in stem() argument
274 while( *zFrom && *zFrom==*z ){ z++; zFrom++; } in stem()
275 if( *zFrom!=0 ) return 0; in stem()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts1/
H A Dfts1_porter.c270 const char *zFrom, /* If the ending matches this... (Reversed) */ in stem() argument
275 while( *zFrom && *zFrom==*z ){ z++; zFrom++; } in stem()
276 if( *zFrom!=0 ) return 0; in stem()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts2/
H A Dfts2_porter.c272 const char *zFrom, /* If the ending matches this... (Reversed) */ in stem() argument
277 while( *zFrom && *zFrom==*z ){ z++; zFrom++; } in stem()
278 if( *zFrom!=0 ) return 0; in stem()
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts2/
H A Dfts2_porter.c272 const char *zFrom, /* If the ending matches this... (Reversed) */ in stem() argument
277 while( *zFrom && *zFrom==*z ){ z++; zFrom++; } in stem()
278 if( *zFrom!=0 ) return 0; in stem()
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts1/
H A Dfts1_porter.c270 const char *zFrom, /* If the ending matches this... (Reversed) */ in stem() argument
275 while( *zFrom && *zFrom==*z ){ z++; zFrom++; } in stem()
276 if( *zFrom!=0 ) return 0; in stem()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts1/
H A Dfts1_porter.c270 const char *zFrom, /* If the ending matches this... (Reversed) */ in stem() argument
275 while( *zFrom && *zFrom==*z ){ z++; zFrom++; } in stem()
276 if( *zFrom!=0 ) return 0; in stem()

1234567891011