trace 93 com_dotnet/com_wrapper.c trace(" PHP Object:%p (name:unknown) %s\n", disp->object, methname); \
trace 95 com_dotnet/com_wrapper.c trace(" PHP Object:%p (name:%s) %s\n", disp->object, Z_OBJCE_P(disp->object)->name, methname); \
trace 134 com_dotnet/com_wrapper.c trace("-- refcount now %d\n", ret);
trace 229 com_dotnet/com_wrapper.c trace("Looking for %s, namelen=%d in %p\n", name, namelen, disp->name_to_dispid);
trace 233 com_dotnet/com_wrapper.c trace("found it\n");
trace 263 com_dotnet/com_wrapper.c trace("-- Invoke: %d %20s [%d] flags=%08x args=%d\n", id, Z_STRVAL_PP(name), Z_STRLEN_PP(name), wFlags, pdp->cArgs);
trace 275 com_dotnet/com_wrapper.c trace("alloc zval for arg %d VT=%08x\n", i, V_VT(arg));
trace 284 com_dotnet/com_wrapper.c trace("arguments processed, prepare to do some work\n");
trace 298 com_dotnet/com_wrapper.c trace("function called ok\n");
trace 306 com_dotnet/com_wrapper.c trace("percolate modified value for arg %d VT=%08x\n", i, V_VT(dstvar));
trace 311 com_dotnet/com_wrapper.c trace("failed to call func\n");
trace 315 com_dotnet/com_wrapper.c trace("something blew up\n");
trace 319 com_dotnet/com_wrapper.c trace("Don't know how to handle this invocation %08x\n", wFlags);
trace 343 com_dotnet/com_wrapper.c trace("InvokeEx: I don't support DISPID=%d\n", id);
trace 535 com_dotnet/com_wrapper.c trace("constructing a COM wrapper for PHP object %p (%s)\n", object, Z_OBJCE_P(object)->name);
trace 560 com_dotnet/com_wrapper.c trace("destroying COM wrapper for PHP object %p (name:unknown)\n", disp->object);
trace 562 com_dotnet/com_wrapper.c trace("destroying COM wrapper for PHP object %p (name:%s)\n", disp->object, Z_OBJCE_P(disp->object)->name);
trace 450 mysqlnd/mysqlnd_bt.c zval *trace;
trace 457 mysqlnd/mysqlnd_bt.c MAKE_STD_ZVAL(trace);
trace 458 mysqlnd/mysqlnd_bt.c zend_fetch_debug_backtrace(trace, 0, 0, 0 TSRMLS_CC);
trace 460 mysqlnd/mysqlnd_bt.c zend_hash_apply_with_arguments(Z_ARRVAL_P(trace) TSRMLS_CC, (apply_func_args_t)mysqlnd_build_trace_string, 4, &max_levels, str, len, &num);
trace 461 mysqlnd/mysqlnd_bt.c zval_ptr_dtor(&trace);
trace 282 soap/php_http.c zval **trace, **tmp;
trace 787 soap/php_http.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "trace", sizeof("trace"), (void **) &trace) == SUCCESS &&
trace 788 soap/php_http.c Z_LVAL_PP(trace) > 0) {
trace 832 soap/php_http.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "trace", sizeof("trace"), (void **) &trace) == SUCCESS &&
trace 833 soap/php_http.c Z_LVAL_PP(trace) > 0) {
trace 863 soap/soap.c zval *faultcode, *faultstring, *file, *line, *trace;
trace 885 soap/soap.c fci.retval_ptr_ptr = &trace;
trace 894 soap/soap.c Z_STRLEN_P(trace) ? Z_STRVAL_P(trace) : "#0 {main}\n");
trace 896 soap/soap.c zval_ptr_dtor(&trace);
trace 2510 soap/soap.c zval **trace;
trace 2521 soap/soap.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "trace", sizeof("trace"), (void **) &trace) == SUCCESS &&
trace 2522 soap/soap.c Z_LVAL_PP(trace) > 0) {
trace 2561 soap/soap.c } else if (zend_hash_find(Z_OBJPROP_P(this_ptr), "trace", sizeof("trace"), (void **) &trace) == SUCCESS &&
trace 2562 soap/soap.c Z_LVAL_PP(trace) > 0) {
trace 2586 soap/soap.c zval **trace;
trace 2601 soap/soap.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "trace", sizeof("trace"), (void **) &trace) == SUCCESS
trace 2602 soap/soap.c && Z_LVAL_PP(trace) > 0) {
trace 294 spl/spl.php $this->trace = debug_backtrace();
trace 330 spl/spl.php return $this->trace;
trace 12805 sqlite3/libsqlite/sqlite3.c FILE *trace; /* Write an execution trace here, if not NULL */
trace 17082 sqlite3/libsqlite/sqlite3.c int trace; /* True to trace changes */
trace 17253 sqlite3/libsqlite/sqlite3.c printf("%s mutex %p (%d) with nRef=%ld\n", pAction, (void*)p, p->trace, ulCount);
trace 17272 sqlite3/libsqlite/sqlite3.c if( p->trace ) os2MutexTrace(p, "enter");
trace 17281 sqlite3/libsqlite/sqlite3.c if( p->trace ) os2MutexTrace(p, "try");
trace 17297 sqlite3/libsqlite/sqlite3.c if( p->trace ) os2MutexTrace(p, "leave");
trace 17370 sqlite3/libsqlite/sqlite3.c int trace; /* True to trace changes */
trace 17568 sqlite3/libsqlite/sqlite3.c if( p->trace ){
trace 17569 sqlite3/libsqlite/sqlite3.c printf("enter mutex %p (%d) with nRef=%d\n", p, p->trace, p->nRef);
trace 17617 sqlite3/libsqlite/sqlite3.c if( rc==SQLITE_OK && p->trace ){
trace 17618 sqlite3/libsqlite/sqlite3.c printf("enter mutex %p (%d) with nRef=%d\n", p, p->trace, p->nRef);
trace 17647 sqlite3/libsqlite/sqlite3.c if( p->trace ){
trace 17648 sqlite3/libsqlite/sqlite3.c printf("leave mutex %p (%d) with nRef=%d\n", p, p->trace, p->nRef);
trace 17707 sqlite3/libsqlite/sqlite3.c int trace; /* True to trace changes */
trace 17926 sqlite3/libsqlite/sqlite3.c if( p->trace ){
trace 17927 sqlite3/libsqlite/sqlite3.c printf("enter mutex %p (%d) with nRef=%d\n", p, p->trace, p->nRef);
trace 17958 sqlite3/libsqlite/sqlite3.c if( rc==SQLITE_OK && p->trace ){
trace 17959 sqlite3/libsqlite/sqlite3.c printf("try mutex %p (%d) with nRef=%d\n", p, p->trace, p->nRef);
trace 17982 sqlite3/libsqlite/sqlite3.c if( p->trace ){
trace 17983 sqlite3/libsqlite/sqlite3.c printf("leave mutex %p (%d) with nRef=%d\n", p, p->trace, p->nRef);
trace 57646 sqlite3/libsqlite/sqlite3.c p->trace = trace;
trace 62707 sqlite3/libsqlite/sqlite3.c # define REGISTER_TRACE(R,M) if(p->trace)registerTrace(p->trace,R,M)
trace 63368 sqlite3/libsqlite/sqlite3.c if( p->trace ){
trace 63373 sqlite3/libsqlite/sqlite3.c sqlite3VdbePrintOp(p->trace, pc, pOp);
trace 68836 sqlite3/libsqlite/sqlite3.c if( p->trace ){
trace 68837 sqlite3/libsqlite/sqlite3.c if( rc!=0 ) fprintf(p->trace,"rc=%d\n",rc);
trace 68839 sqlite3/libsqlite/sqlite3.c registerTrace(p->trace, pOp->p2, &aMem[pOp->p2]);
trace 68842 sqlite3/libsqlite/sqlite3.c registerTrace(p->trace, pOp->p3, &aMem[pOp->p3]);
trace 77536 sqlite3/libsqlite/sqlite3.c FILE *trace = (db->flags & SQLITE_VdbeTrace)!=0 ? stdout : 0;
trace 77537 sqlite3/libsqlite/sqlite3.c sqlite3VdbeTrace(v, trace);
trace 87161 sqlite3/libsqlite/sqlite3.c void * (*trace)(sqlite3*,void(*xTrace)(void*,const char*),void*);
trace 87364 sqlite3/libsqlite/sqlite3.c #define sqlite3_trace sqlite3_api->trace
trace 133 sqlite3/libsqlite/sqlite3ext.h void * (*trace)(sqlite3*,void(*xTrace)(void*,const char*),void*);
trace 336 sqlite3/libsqlite/sqlite3ext.h #define sqlite3_trace sqlite3_api->trace